[]
Represents the default behavior of the data transfer between the data model and the Spread data view.
public class DefaultSpreadDataViewDataFormatter : ISpreadDataViewDataFormatter
Public Class DefaultSpreadDataViewDataFormatter
Implements ISpreadDataViewDataFormatter
Name | Description |
---|---|
DefaultSpreadDataViewDataFormatter(SpreadDataColumn) | Initializes a new instance of the DefaultSpreadDataViewDataFormatter class. |
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. |