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 ReplaceInLine( string given, TextSelection replacement, bool caseSensitive, bool wholeWord )
Function ReplaceInLine ( given As String, replacement As TextSelection, caseSensitive As Boolean, wholeWord As Boolean ) As Integer
int ReplaceInLine( String^ given, TextSelection^ replacement, bool caseSensitive, bool wholeWord )
abstract ReplaceInLine : given : string * replacement : TextSelection * caseSensitive : bool * wholeWord : bool -> int