expression.GetCharacters( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal length As Integer _ ) As ScreenCharacter() object
where expression is a variable that represents a IbmScreen Object
Parameters
- row
- Row location.
- column
- Column location.
- length
- Characters length.
Return Value
Array of ScreenCharacter on the host screen. This is an array of ScreenCharacter Objects.