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
)
Public Sub Replace (
pOldText As String,
pNewText As String
)
Parameters
- pOldText
- Type: SystemString
old text - pNewText
- Type: SystemString
new text
See Also