[]
Represents the data manager of a worksheet.
public interface IDataManager
Public Interface IDataManager
| Name | Description |
|---|---|
| AutoGenerateColumns | Gets or sets whether to generate the columns automatically based on the data source. |
| DataAllowAddNew | Gets or sets whether to allow the user to add a new row when the worksheet is bound. |
| DataSource | Gets or sets the data source. |
| Name | Description |
|---|---|
| AddRowToDataSource(int, bool) | Adds the unbound row to the data source for a sheet. |
| AddUnboundRows(int, int) | Adds unbound rows for a sheet. |
| GetColumnIndex(string) | Gets the index of the column specified by name. |
| GetDataColumnName(int) | Gets the column name at the specified position. |
| IsRowBound(int) | Determines whether the row is bound. |
| SetModelDataColumn(int, string) | Binds a model column to a specified data source column. |