SearchText(String,Int32,Int32,FindOption) Method
Searches the specified text starting from the specified screen location.
Syntax
Parameters
- text
- Text to be searched on the screen.
- startRow
- Row position from which to start search.
- startColumn
- Column position from which to start search.
- findoption
- Specifies the direction in which text is searched.
Return Value
Screen Point object.
Exceptions
Exception | Description |
System.ArgumentOutOfRangeException |
Thrown if the startRow or startColumn parameters are outside the range of valid values: (1 to Rows) or (1 to Columns).
|
See Also