Class Index

Classes


Class $.wijmo.wijspread.SearchFlags

Class Summary
Constructor Attributes Constructor Name and Description
 
Specifies the type of search flags.
Field Summary
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.
Class Detail
$.wijmo.wijspread.SearchFlags()
Specifies the type of search flags.
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.

©2013. ComponentOne, a division of GrapeCity. All Rights Reserved.