| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| findColumn | String | The Header Caption of the Column to Search. | ||
| findText | String | The text to Find. | ||
| matchCase | Boolean | If set to True then perform a case sensitive search. | ||
| matchType | iseGridFindMatchType | The type of search to perform. Match any part of a word within the cell, match the start of a cell or match a whole word within the cell. | ||
| startFromActiveRow | Boolean | Optional | If set to True then the search starts from the Active Row otherwise the search starts from the Last row in the Grid. If omitted, a value of True is assumed. |
A Boolean value indicating whether the text was found.