Searches for the specified text on the screen, from the specified starting location and to the specified ending location.
Parameters
- text
- The text string to search for.
- startRow
- Starting row for the search. The valid range is 1 through the number of rows.
- startColumn
- Starting column for the search. The valid range is 1 through the number of columns.
- endRow
- Ending row for the search.
- endColumn
- Ending column for the search.
- findOption
- Specifies the search direction.
- textComparison
- Specifies the role of letter case in the search.
Return Value
The coordinate of the located text or null, if the text is not found.