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

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
System.ArgumentOutOfRangeException This exception is thrown if the screenIndex parameter is outside the range of valid values.
See Also

 

 


2015 Attachmate

Send Feedback