Click or drag to resize

DocxDocumentReplaceText(String, String) Method

Search and replace NO regex

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 27.1.0
Syntax
public int ReplaceText(
	string textFind,
	string textReplace
)

Parameters

textFind  String
The text find.
textReplace  String
The text replace.

Return Value

Int32
System.Int32.
See Also