TTMSFNCDataGridDataFindParameter Enumeration
Individual flag values that make up a
TTMSFNCDataGridDataFindParametersset controlling Find/Replace behaviour.
API unit family: TMSFNCDataGridData
Members
| Name | Description |
|---|---|
gfnMatchCase |
The search is case-sensitive. |
gfnMatchFull |
The search term must match the entire cell value, not just a substring. |
gfnMatchRegular |
The search term is treated as a regular expression pattern. |
gfnDirectionLeftRight |
Searches proceed left-to-right then top-to-bottom; without this flag the direction is top-to-bottom then left-to-right. |
gfnMatchStart |
Matches only cells whose value starts with the search term. |
gfnFindInCurrentRow |
Restricts the search to the row that currently has focus. |
gfnFindInCurrentColumn |
Restricts the search to the column that currently has focus. |
gfnIncludeFixed |
Includes fixed header and footer cells in the search. |
gfnAutoGoto |
Automatically moves focus to the next matching cell after each find operation. |
gfnIgnoreHTMLTags |
HTML markup tags are stripped from cell values before comparing against the search term. |
gfnBackward |
Searches backwards (in reverse order) through the grid. |
gfnIncludeHiddenColumns |
Includes columns that are currently hidden in the search. |
gfnFindInPresetColumn |
Restricts the search to the column index specified by the find options. |
gfnFindInPresetRow |
Restricts the search to the row index specified by the find options. |
gfnSelectedCells |
Searches only within the currently selected cells. |
gfnIncludeHiddenRows |
Includes rows that are currently hidden in the search. |