Parameters
- row
- Field starting row.
- column
- Field starting column.
Return Value
The foreground color.This is a ScreenColor Enumeration value that represents the host screen color.
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). |