InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / GetCharacter Method
The screen row position.
The screen column position.
GetCharacter Method (Screen)
Gets the ScreenCharacter at the specified location.
Syntax
expression.GetCharacter( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As ScreenCharacter
where expression is a variable that represents a Screen Object

Parameters

row
The screen row position.
column
The screen column position.

Return Value

The ScreenCharacter object at the specified position.
Exceptions
ExceptionDescription
This exception is thrown if the row or column parameters are outside the range of valid values: (1 to Rows) or (1 to Columns).
See Also