Parameters
- row
- Row location.
- column
- Column location.
- length
- Characters length.
Return Value
Screen characters on the host screen. This is an array of ScreenCharacter Objects.
Exception | Description |
---|---|
ArgumentOutOfRangeException | This exception is thrown if the row or column parameters are outside the range of valid values: (1 to Rows) or (1 to Columns). |