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

Parameters

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

Return Value

A screen coordinate corresponding to a specified index.
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