InfoConnect for Airlines VBA Guide
ScreenIndexToRow Function (IbmScreen)
1 based screen index location. Range = 1 through (rows * columns)
Gets the row value of a screen location pointed to by screenIndex.
Syntax
object.ScreenIndexToRow( _
   ByVal screenIndex As Long _
) As Long

Parameters

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

Return Value

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