Link Search Menu Expand Document

ISearchOptions Interface

Search options class

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public interface ISearchOptions

The ISearchOptions type exposes the following members.

Properties
NameDescription
Public propertyCaseSensitiveSearch
Use case sensitive search.
Public propertyRegexSearch
Perform regular expression search. SearchString must contain a regular expression.
Public propertySearchBackwards
Perform backward search.
Public propertySearchString
String to search.
Top
See Also

Reference