[]
Gets the cell value from the data model. Convert from cell value to the datatype of SpreadDataColumn. If success return the converted value, otherwise return DBNull.
public object GetCellValue(Cell cell)
Public Function GetCellValue(cell As Cell) As Object
Type | Name | Description |
---|---|---|
Cell | cell | Cell |
Type | Description |
---|---|
object | Object with value in cell |