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, bool saveFormatting )
Public Function Replace ( given As String, textSelection As TextSelection, caseSensitive As Boolean, wholeWord As Boolean, saveFormatting As Boolean ) As Integer
public: int Replace( String^ given, TextSelection^ textSelection, bool caseSensitive, bool wholeWord, bool saveFormatting )
member Replace : given : string * textSelection : TextSelection * caseSensitive : bool * wholeWord : bool * saveFormatting : bool -> int
Parameters
- given
- String
- textSelection
- TextSelection
- caseSensitive
- Boolean
- wholeWord
- Boolean
- saveFormatting
- Boolean