Parameters
- row
- Row index of the cell
- column
- Column index of the cell
- formatString
- Format string
- info
- IFormatProvider to handle the formatting
Exception | Description |
---|---|
System.IndexOutOfRangeException | Specified row index is not valid; must be between -1 and the total number of rows |
System.IndexOutOfRangeException | Specified column index is not valid; must be between -1 and the total number of columns |