[]
Represents the default behavior of data transfer between data model and 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 success return the converted value, otherwise return DBNull. |
| SetCellValue(Cell, object) | Sets the new cell value to the data model. |