[]
Interface that supports the class which transfers data up and down between DataModel and SpreadDataView.
public interface ISpreadDataViewDataFormatter
Public Interface ISpreadDataViewDataFormatter
Name | Description |
---|---|
GetCellValue(Cell) | Gets the cell value from the data model. |
SetCellValue(Cell, object) | Sets the new cell value to the data model. |