expression.SearchText3( _ ByVal text As String, _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal endRow As Integer, _ ByVal endColumn As Integer, _ ByVal findOption As FindOption _ ) As ScreenPoint object
where expression is a variable that represents a IbmScreen Object
Parameters
- text
- The specified text string.
- startRow
- Start row.
- startColumn
- Start column.
- endRow
- End row.
- endColumn
- End column.
- findOption
- A FindOption enumeration that specifies the search direction.
Return Value
A ScreenPoint object object that contains the screen coordinate where the specified text begins, if found, or null if the text could not be found.