[]
Sets the parse format for the cell at the specified row and column.
public void SetParseFormat(int row, int column, string formatString, IFormatProvider info)
Public Sub SetParseFormat(row As Integer, column As Integer, formatString As String, info As IFormatProvider)
Type | Name | Description |
---|---|---|
int | row | Row index of the cell |
int | column | Column index of the cell |
string | formatString | Format string |
IFormatProvider | info | IFormatProvider to handle the formatting |
Type | Condition |
---|---|
IndexOutOfRangeException | Specified row index is not valid; must be between -1 and the total number of rows |
IndexOutOfRangeException | Specified column index is not valid; must be between -1 and the total number of columns |