DocxDocument.ReplaceText Method (String, String)

QsInformatica.Utils

DocxDocumentReplaceText Method (String, String)

Search and replace NO regex

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.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
Type: SystemString
The text find.
textReplace
Type: SystemString
The text replace.

Return Value

Type: Int32
System.Int32.
See Also