[]
Gets the parse format for the cell at the specified row and column.
void GetParseFormat(int row, int column, out string formatString, out IFormatProvider info)
Sub GetParseFormat(row As Integer, column As Integer, ByRef formatString As String, ByRef info As IFormatProvider)
Type | Name | Description |
---|---|---|
int | row | Row index of specified cell |
int | column | Column index of specified cell |
string | formatString | Format string built by the parser |
IFormatProvider | info | IFormatProvider built by parser |