'Declaration
Overloads Function SearchText( _ ByVal text As String, _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal endRow As Integer, _ ByVal endColumn As Integer, _ ByVal findOption As FindOption, _ ByVal textComparison As TextComparisonOption _ ) As ScreenPoint
'Usage
Dim instance As IIbmScreen Dim text As String Dim startRow As Integer Dim startColumn As Integer Dim endRow As Integer Dim endColumn As Integer Dim findOption As FindOption Dim textComparison As TextComparisonOption Dim value As ScreenPoint value = instance.SearchText(text, startRow, startColumn, endRow, endColumn, findOption, textComparison)
ScreenPoint SearchText( string text, int startRow, int startColumn, int endRow, int endColumn, FindOption findOption, TextComparisonOption textComparison )
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.
- endRow
- Row position at which to end search.
- endColumn
- Column position at which to end search.
- findOption
- Specifies the direction in which text is searched.
- textComparison
- TextComparisonOption indicates how text is compared against the text on the host screen.
Return Value
Screen point object.