'Declaration
Overloads Function SearchText( _ ByVal text As String, _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal findoption As FindOption _ ) As ScreenPoint
'Usage
Dim instance As IIbmScreen Dim text As String Dim startRow As Integer Dim startColumn As Integer Dim findoption As FindOption Dim value As ScreenPoint value = instance.SearchText(text, startRow, startColumn, findoption)
ScreenPoint SearchText( string text, int startRow, int startColumn, FindOption findoption )
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.