SearchText1 Method (AlcScreen)
Searches the specified text, starting from the specified screen location.
expression.SearchText1( _
ByVal As String, _
ByVal As Integer, _
ByVal startColumn As Integer, _
ByVal As FindOption _
) As ScreenPoint object
where
expression is a variable that represents a
AlcScreen Object
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.