PutCharacter Method (IUtsScreen)
Puts a ScreenCharacter at the specified screen location.
Parameters
- character
- Screen character to put at the screen.
- row
- Row position on the screen.
- column
- Column position on the screen.
Return Value
ReturnCode indicates success, failure, or a warning condition if the cursor position reaches the screen boundary.
Exception | Description |
System.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).
|