[]
Gets the parse format for the cell at the specified row and column.
object GetParseFormat(int row, int column)
Function GetParseFormat(row As Integer, column As Integer) As Object
Type | Name | Description |
---|---|---|
int | row | Row index of specified cell |
int | column | Column index of specified cell |
Type | Description |
---|---|
object | The parse format object for the cell. |