[]
Gets the parse format for the cell at the specified row and column.
[CLSCompliant(false)]
public virtual void GetParseFormat(int row, int column, ref string formatString, ref IFormatProvider info)
<CLSCompliant(False)>
Public Overridable Sub GetParseFormat(row As Integer, column As Integer, ByRef formatString As String, ByRef 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 |