| 
Document
FindString Method (String, Boolean, Boolean)
  | 
 Finds and returns string along with formatting.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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 
 
 
 
Parameters
 
- 
stringValue
 
- 
 Type:
 
System
String
 
 
- 
caseSensitive
 
- 
 Type:
 
System
Boolean
 
 
- 
wholeWord
 
- 
 Type:
 
System
Boolean
 
 
Return Value
 
 Type:
 
TextSelection
 
Implements
 
IDocument
FindString(String, Boolean, Boolean)
 
 
 See Also
See Also