[]
Sets the parse format for the cell at the specified row and column.
void SetParseFormat(int row, int column, object parseFormat)
Sub SetParseFormat(row As Integer, column As Integer, parseFormat As Object)
Type | Name | Description |
---|---|---|
int | row | Row index of specified cell |
int | column | Column index of specified cell |
object | parseFormat | The inner parse format object which is stored by StyleModel. |