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

    Parameters

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

    Return Value

    A column value 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