FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Data Namespace : ISpreadDataViewMapper Interface |
For a list of all members of this type, see ISpreadDataViewMapper members.
Name | Description | |
---|---|---|
GetDataViewColumnFromModelColumn | Gets the data view column from model column. | |
GetDataViewRowFromModelRow | Gets the data view row from model row. | |
GetDataViewRowFromModelRowWhenAddNew | Gets the data view row from model row when adding a new row. This method is only used when adding a new row to sheetview. | |
GetModelColumnFromDataViewColumn | Gets the model column from data view column. | |
GetModelRowFromDataViewRow | Gets the model row from data view row. | |
IsValid | Determines whether this mapper is valid in the specified sheet. | |
OnDataModelRowInserted | Occurs when the data model row is inserted. | |
OnDataModelRowRemoved | Occurs when the data model row is removed. | |
OnDataReset | Occurs when the data is reset. | |
OnDataRowAdded | Occurs when the data row is added. | |
OnDataRowChanged | Occurs when the data row is changed. | |
OnDataRowDeleted | Occurs when the data row is deleted. | |
OnDataRowMoved | Occurs when the data row is moved. |