Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / SearchText4 Method
The specified text string.
Start row.
Start column.
End row.
End column.
Specifies the search direction.
Indicates how text is compared against the text on the host screen.
In This Topic
    SearchText4 Method (IbmScreen)
    In This Topic
    Searches the specified text, starting from the specified screen location and ending at the specified end screen location.
    Syntax
    expression.SearchText4( _
       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 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
    Specifies the search direction.
    textComparison
    Indicates how text is compared against the text on the host screen.

    Return Value

    The screen coordinate where the specified text begins, if found, or null if the text could not be found.
    See Also