InfoConnect for Unisys VBA Guide
GetCharacter Function (Screen)
The screen row position.
The screen column position.
Gets the ScreenCharacter at the specified location.
Syntax
object.GetCharacter( _
   ByVal row As Long, _
   ByVal column As Long _
) As ScreenCharacter

Parameters

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

Return Value

ScreenCharacter for the specified position.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException 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

 

 


2015 Attachmate

Send Feedback