FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace : DefaultSheetDataModel Class |
For a list of all members of this type, see DefaultSheetDataModel members.
Name | Description | |
---|---|---|
AutoCalculation | Gets or sets whether the control automatically recalculates each formula in the sheet when the contents of dependent cells change. | |
AutoGenerateColumns | Gets or sets whether to generate the columns automatically based on the data source. | |
CanSerializeXml | Gets whether the object in its entirety can be rendered with XML without losing any information. | |
ChildRelationCount | Gets the number of the child data relations for a hierarchical display of data. | |
ColumnCount | Overridden. Gets or sets the number of columns in the model. | |
DataKeyField | Gets or sets a row identifier. | |
DataMember | Gets or sets the data member (table name) to use for data. | |
DataSource | Gets or sets the data source. | |
IgnoreDataSourceViewChanged | Gets or sets whether to ignore the DataSourceViewChanged event. | |
IgnoreFormula | Gets or sets a value that indicates whether to ignore the formula. | |
ItemType | Gets or sets the type of the object in the list for the list data source. | |
Iteration | Gets or sets whether circular references are evaluated. | |
MaximumChange | Gets or sets the maximum amount of change below which to stop iterating for caclulations with circular references. | |
MaximumIterations | Gets or sets the maximum number of iterations for calculations with circular references. | |
Name | Gets or sets the name of the data model. | |
NonEmptyColumnCount | Overridden. Gets the number of columns in the model that contain data (bound or unbound). | |
NonEmptyRowCount | Overridden. Gets the number of rows in the model that contain data (bound or unbound). | |
Parent | Gets or sets the parent data source support object. | |
ParentRelationName | Gets the name of the data relation being used for a hierarchical display of data. | |
ParentRowIndex | Gets the index of the row in the parent data model associated with this child data model. | |
ReferenceStyle | Gets or sets the cell reference style for cells with formulas. | |
RowCount | Overridden. Gets or sets the number of rows in the model. | |
UseRowIndex | Gets whether the GetKey method generates a key for a row. |