InfoConnect for Airlines VBA Guide
GetCharacter Function (UtsScreen)
The character screen row coordinate
The character screen column coordinate
Gets the ScreenCharacter at the specified location.
Syntax
object.GetCharacter( _
   ByVal row As Long, _
   ByVal column As Long _
) As _ScreenCharacter

Parameters

row
The character screen row coordinate
column
The character screen column coordinate

Return Value

The ScreenCharacter at the specified row and column
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