expression.GetCharacter( _ ByVal row As Integer, _ ByVal column As Integer _ ) As ScreenCharacter object
where expression is a variable that represents a IbmScreen Object
Parameters
- row
- The character row position.
- column
- The character column position.
Return Value
The character at the specified screen locationThis is a ScreenCharacter Object that contains the character at the specified screen location.