expression.GetCharacter( _ ByVal row As Integer, _ ByVal column As Integer _ ) As ScreenCharacter object
where expression is a variable that represents a UtsScreen Object
Parameters
- row
- The character screen row coordinate
- column
- The character screen column coordinate
Return Value
The ScreenCharacter at the specified row and column