Namespace: Spire.Doc.Documents
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# |
public int Replace( string given, TextSelection textSelection, bool caseSensitive, bool wholeWord )
Public Function Replace ( given As String, textSelection As TextSelection, caseSensitive As Boolean, wholeWord As Boolean ) As Integer
public: virtual int Replace( String^ given, TextSelection^ textSelection, bool caseSensitive, bool wholeWord ) sealed
abstract Replace : given : string * textSelection : TextSelection * caseSensitive : bool * wholeWord : bool -> int override Replace : given : string * textSelection : TextSelection * caseSensitive : bool * wholeWord : bool -> int