Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / ScreenIndexToCoordinate Method
1 based screen index location. Range = 1 through (rows * columns).
ScreenIndexToCoordinate Method
Gets the screen coordinate of a screen location pointed to by screenIndex.
Syntax
expression.ScreenIndexToCoordinate( _
   ByVal screenIndex As Integer _
) As ScreenPoint
where expression is a variable that represents a IbmScreen Object

Parameters

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

Return Value

A point on the screen.This is a ScreenPoint Object that has a screen coordinate corresponding to a specified index.
Exceptions
ExceptionDescription
This exception is thrown if the screenIndex parameter is outside the range of valid values.
See Also