Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
int Replace( string given, TextSelection textSelection, bool caseSensitive, bool wholeWord )
Function Replace ( given As String, textSelection As TextSelection, caseSensitive As Boolean, wholeWord As Boolean ) As Integer
int Replace( String^ given, TextSelection^ textSelection, bool caseSensitive, bool wholeWord )
abstract Replace : given : string * textSelection : TextSelection * caseSensitive : bool * wholeWord : bool -> int