Click or drag to resize

DocxDocumentReplaceText Method (String, String)

Search and replace NO regex

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

Parameters

textFind
Type: SystemString
The text find.
textReplace
Type: SystemString
The text replace.

Return Value

Type: Int32
System.Int32.
See Also