expression.GetCharacters( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal length 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.
- length
- The number of characters to obtain.
Return Value
An array of the ScreenCharacter objects at the specified position.