[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Data.DefaultSpreadDataViewDataFormatter

DefaultSpreadDataViewDataFormatter Class

Represents the default behavior of the data transfer between the data model and the Spread data view.

Inheritance
DefaultSpreadDataViewDataFormatter
Namespace: FarPoint.Web.Spread.Data
Assembly: FarPoint.Web.Spread.dll
Syntax
public class DefaultSpreadDataViewDataFormatter : ISpreadDataViewDataFormatter
Public Class DefaultSpreadDataViewDataFormatter
    Implements ISpreadDataViewDataFormatter

Constructors

Name Description
DefaultSpreadDataViewDataFormatter(SpreadDataColumn)

Initializes a new instance of the DefaultSpreadDataViewDataFormatter class.

Methods

Name Description
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.

SetCellValue(Cell, object)

Sets the new cell value to the data model.