Tab > Tab Assembly Interfaces > ITabCellSearch
Assembly: Tab;
The ITabCellSearch interface contains properties and methods that are used to search values in the cells.
ITabCellSearch
Property name | Brief description | |
![]() |
CaseSensitive | The CaseSensitive property determines whether the searched characters are case sensitive. |
![]() |
Direction | The Direction property determines the search direction. |
![]() |
Range | The Range property determines the range, within which search should be done. |
![]() |
RequiredStyle | The RequiredStyle property determines style of the cells to be included in the search. |
![]() |
Target | The Target property determines, by which cell properties the search is performed. |
![]() |
Text | The Text property determines the text to be searched for in the cells. |
![]() |
WholeWordsOnly | The WholeWordsOnly property indicates that only whole words matches are to be found. |
Property name | Brief description | |
![]() |
TabSheet | The TabSheet property returns the parent object. |
Property name | Brief description | |
![]() |
ResetRequiredStyle | The ResetRequiredStyle property clears all style properties in the RequiredStyle. |
Method name | Brief description | |
![]() |
Execute | The Execute method searches and, if successful, returns the result. |
See also: