Parameters
- strFind
- String to look for.
- rowStart
- Index of the row where the search should start.
- col
- Column that contains the data to be searched.
- caseSensitive
- Whether the search should be case-sensitive.
- fullMatch
- Whether a full match is required. If this parameter is set to false, searching for "John" may return a row that contains "Johnson".
- wrap
- Whether the search should stop at the bottom of the grid or wrap around and restart from the first scrollable row.
Return Value
The index of the row that contains the string, or -1 if the string is not found.