[]
Sets the parse format for the cell at the specified row and column.
void SetParseFormat(int row, int column, string formatString, IFormatProvider info)
Sub SetParseFormat(row As Integer, column As Integer, formatString As String, 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 |