DocumentReplace Method |  |
Replace text
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic void Replace(
string pOldText,
string pNewText
)
Public Sub Replace (
pOldText As String,
pNewText As String
)
Parameters
- pOldText
- Type: SystemString
old text - pNewText
- Type: SystemString
new text
See Also