Class $.wijmo.wijspread.SearchFlags
Constructor Attributes | Constructor Name and Description |
---|---|
Specifies the type of search flags.
|
Field Attributes | Field Name and Description |
---|---|
Determines whether to search within a cell range.
|
|
Determines whether the search considers only an exact match.
|
|
Determines whether the search considers the case of the letters in the search string.
|
|
None.
|
|
Determines whether the search considers wildcard characters (*, ?) in the search string.
|
Field Detail
BlockRange
Determines whether to search within a cell range.
ExactMatch
Determines whether the search considers only an exact match.
IgnoreCase
Determines whether the search considers the case of the letters in the search string.
None
None.
UseWildCards
Determines whether the search considers wildcard characters (*, ?) in the search string.