FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : IEditableObjectSupport Interface |
The following tables list the members exposed by IEditableObjectSupport.
Name | Description | |
---|---|---|
AutoGenerateColumns | Gets or sets whether to generate the columns automatically based on the data source. (Inherited from FarPoint.Win.Spread.Model.IDataSourceSupport) | |
DataMember | Gets or sets the data member (table name). (Inherited from FarPoint.Win.Spread.Model.IDataSourceSupport) | |
DataSource | Gets or sets the data source. (Inherited from FarPoint.Win.Spread.Model.IDataSourceSupport) |
Name | Description | |
---|---|---|
GetDataColumnFromModelColumn | Converts the model column index to the data source column index. (Inherited from FarPoint.Win.Spread.Model.IDataSourceSupport) | |
GetDataColumnName | Gets the column name at the specified position. (Inherited from FarPoint.Win.Spread.Model.IDataSourceSupport) | |
GetDataRowFromModelRow | Converts the model row index to the data source row index. (Inherited from FarPoint.Win.Spread.Model.IDataSourceSupport) | |
GetDataView | Gets the DataView object. (Inherited from FarPoint.Win.Spread.Model.IDataSourceSupport) | |
GetItem | Gets an editable data row item at the specified row. | |
GetModelColumnFromDataColumn | Converts the data source column index to the model column index. (Inherited from FarPoint.Win.Spread.Model.IDataSourceSupport) | |
GetModelRowFromDataRow | Converts the data source row index to the model row index. (Inherited from FarPoint.Win.Spread.Model.IDataSourceSupport) | |
IsColumnBound | Determines whether the column is bound to a data source column. (Inherited from FarPoint.Win.Spread.Model.IDataSourceSupport) | |
SetModelDataColumn | Binds the model column with the data source column. (Inherited from FarPoint.Win.Spread.Model.IDataSourceSupport) |