| 
IDocument
FindString Method (String, Boolean, Boolean)
  | 
 Finds and returns entry of specified string along with formatting,
taking into consideration caseSensitive and wholeWord options.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
TextSelection FindString(
	string given,
	bool caseSensitive,
	bool wholeWord
)
 
Function FindString ( 
	given As String,
	caseSensitive As Boolean,
	wholeWord As Boolean
) As TextSelection
 
TextSelection^ FindString(
	String^ given, 
	bool caseSensitive, 
	bool wholeWord
)
 
abstract FindString : 
given : string * 
caseSensitive : bool * 
wholeWord : bool -> TextSelection 
 
 
 
Parameters
 
- 
given
 
- 
 Type:
 
System
String
 
 
- 
caseSensitive
 
- 
 Type:
 
System
Boolean
 
 
- 
wholeWord
 
- 
 Type:
 
System
Boolean
 
 
Return Value
 
 Type:
 
TextSelection
 
 
 See Also
See Also