Click or drag to resize

DocumentReplace Method

Replace text

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public void Replace(
	string pOldText,
	string pNewText
)

Parameters

pOldText
Type: SystemString
old text
pNewText
Type: SystemString
new text
See Also