Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void ReplaceAllText(
	string matchedString,
	string newValue,
	bool caseSensitive
)
Sub ReplaceAllText ( 
	matchedString As String,
	newValue As String,
	caseSensitive As Boolean
)
void ReplaceAllText(
	String^ matchedString, 
	String^ newValue, 
	bool caseSensitive
)
abstract ReplaceAllText : 
        matchedString : string * 
        newValue : string * 
        caseSensitive : bool -> unit 

Parameters

matchedString
String
newValue
String
caseSensitive
Boolean

See Also