expression.SearchText1( _ ByVal text As String, _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal findoption As FindOption _ ) As ScreenPoint object
where expression is a variable that represents a IbmScreen Object
Parameters
- text
- The text to be searched.
- startRow
- Start row location.
- startColumn
- Start column location.
- findoption
- A FindOption Enumeration enumeration that specifies the search direction.
Return Value
A ScreenPoint object object that represents the row and column coordinates on the host screen.