Finds and returns string along with formatting.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public TextSelection FindString( string stringValue, bool caseSensitive, bool wholeWord )
Public Function FindString ( stringValue As String, caseSensitive As Boolean, wholeWord As Boolean ) As TextSelection
public: virtual TextSelection^ FindString( String^ stringValue, bool caseSensitive, bool wholeWord ) sealed
abstract FindString : stringValue : string * caseSensitive : bool * wholeWord : bool -> TextSelection override FindString : stringValue : string * caseSensitive : bool * wholeWord : bool -> TextSelection