[]
        
(Showing Draft Content)

FarPoint.Web.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 successful 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
Implements