| DocxDocumentReplaceText(String, String) Method |
Search and replace NO regex
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax public int ReplaceText(
string textFind,
string textReplace
)
Public Function ReplaceText (
textFind As String,
textReplace As String
) As Integer
public:
int ReplaceText(
String^ textFind,
String^ textReplace
)
member ReplaceText :
textFind : string *
textReplace : string -> int
Parameters
- textFind String
- The text find.
- textReplace String
- The text replace.
Return Value
Int32System.Int32.
See Also