InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / ScreenIndexToColumn Method
One-based screen index location. Range = 1 through (rows * columns).


In This Topic
    ScreenIndexToColumn Method (IT27Screen)
    In This Topic
    Gets the column value of a screen location pointed to by screenIndex.
    Syntax
    'Declaration
     
    
    Function ScreenIndexToColumn( _
       ByVal screenIndex As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As IT27Screen
    Dim screenIndex As Integer
    Dim value As Integer
     
    value = instance.ScreenIndexToColumn(screenIndex)
    int ScreenIndexToColumn( 
       int screenIndex
    )

    Parameters

    screenIndex
    One-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