ISearchOptions Interface
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
 Search options class
Namespace:Bytescout.Spreadsheet.COMAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
The ISearchOptions type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CaseSensitiveSearch |  Use case sensitive search.  | |
| RegexSearch |  Perform regular expression search. SearchString must contain a regular expression.  | |
| SearchBackwards |  Perform backward search.  | |
| SearchString |  String to search.  | 
See Also