Parameters
- row
- The screen row position.
- column
- The screen column position.
Return Value
The ScreenCharacter object at the specified position.
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). |