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.