Click or drag to resize

DocumentReplace Method

Replace text

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public void Replace(
	string pOldText,
	string pNewText
)

Parameters

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