Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / ScreenIndexToRow Method
1 based screen index location. Range = 1 through (rows * columns)
In This Topic
    ScreenIndexToRow Method
    In This Topic
    Gets the row value of a screen location pointed to by screenIndex.
    Syntax
    expression.ScreenIndexToRow( _
       ByVal screenIndex As Integer _
    ) As Integer
    where expression is a variable that represents a IbmScreen Object

    Parameters

    screenIndex
    1 based screen index location. Range = 1 through (rows * columns)

    Return Value

    Row corresponding to the specified screen index location.
    Exceptions
    ExceptionDescription
    This exception is thrown if the screenIndex parameter is outside the range of valid values.
    See Also