[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.DefaultSpreadDataViewDataFormatter

DefaultSpreadDataViewDataFormatter Class

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

Inheritance
DefaultSpreadDataViewDataFormatter
Namespace: FarPoint.Win.Spread.Data
Assembly: FarPoint.Win.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 success return the converted value, otherwise return DBNull.

SetCellValue(Cell, object)

Sets the new cell value to the data model.