[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.DefaultSpreadDataViewDataFormatter.GetCellValue

GetCellValue Method

GetCellValue(Cell)

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.

Declaration
public object GetCellValue(Cell cell)
Public Function GetCellValue(cell As Cell) As Object
Parameters
Type Name Description
Cell cell

Cell

Returns
Type Description
object

Object with value in cell

Implements