Parameters
- row
- The character row position.
- column
- The character column position.
Return Value
The character at the specified screen locationThis is a ScreenCharacter Object that contains the character at the specified screen location.
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). |