| Name | Description | |
|---|---|---|
![]() | AggregationDataModel Constructor | Overloaded. |
The following tables list the members exposed by AggregationDataModel.
| Name | Description | |
|---|---|---|
![]() | AggregationDataModel Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | CanSerializeXml | Gets a value that indicates whether the specified AggregationDataModel object can serialize to XML. |
![]() | ColumnCount | Overridden. Gets the number of columns in the group. |
![]() | Name | Gets or sets the name of the aggregation 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). |
![]() | ReferenceStyle | Gets or sets the cell reference style for cells with formulas. |
![]() | RowCount | Overridden. Gets or sets the number of rows in the group. |
![]() | TargetModel | Gets the sheet data model for the aggregation target. |
![]() | UnionedChangeCellRange | Gets or sets whether the changed event occurs for each cell range or for the union range. Works only if initialized from DefaultSheetDataModel. True if event occurs for union range. |
| Name | Description | |
|---|---|---|
![]() | AddColumns | Adds one or more columns to the data model at the specified position. |
![]() | AddRows | Adds rows to the data model at the specified position. |
![]() | Clear | Removes all the data and formulas from the specified range of cells. |
![]() | Copy | Copies the data from a range of cells to a specified range of cells. |
![]() | Deserialize | Loads the settings from XML. |
![]() | Dispose | Disposes this object. |
![]() | GetCelAggregationType | Gets the formula of the cell of the specified row and column. |
![]() | GetCellAggregationFormat | Sets the format of the cell of the specified row and column. |
![]() | GetFormula | Gets the formula, as a string value, for the cell of the specified row and column. |
![]() | GetNote | Overridden. Gets a user-defined note value for the cell of the specified row and column. |
![]() | GetObjectData | Serializes the AggregationDataModel to the SerializationInfo. |
![]() | GetTag | Overridden. Gets an application-defined tag value for the cell of the specified row and column. |
![]() | GetValue | Overridden. Gets the value from the cell in the group. |
![]() | IsEditable | Overridden. Determines whether the cell in the group is editable. |
![]() | IsEmpty | Overridden. Determines whether the data model is empty. |
![]() | IsRowUsed | Overridden. Determines whether the specified row has data (is not empty). |
![]() | LoadFormulas | Loads formulas that are deserialized but not parsed yet, to be used after all sheets have been created and deserialized or shared with the calculation controller. |
![]() | Move | Moves the data from a range of cells to the specified location. |
![]() | NextNonEmptyColumnInRow | Overridden. Gets the index of the next column in a specified row that contains data. |
![]() | NextNonEmptyRow | Overridden. Gets the index of the next row that contains data. |
![]() | RemoveColumns | Removes one or more columns starting with the column at the specified position. |
![]() | RemoveRows | Removes one or more rows, starting with the specified row. |
![]() | ResumeFormulaParsing | Resumes parsing of formulas and parses all formulas set while parsing was suspended. |
![]() | Serialize | Saves the settings to XML. |
![]() | SetCellAggregationFormat | Sets the format for the cell of the specified row and column. |
![]() | SetCellAggregationType | Sets the formula for the cell of the specified row and column. |
![]() | SetFormula | Sets the formula, as a string value, for the cell of the specified row and column. If you pass null, it clears the expression from that cell. |
![]() | SetNote | Overridden. Sets a user-defined note value for the cell at the specified row and column. |
![]() | SetTag | Overridden. Sets an application-defined tag value for the cell of the specified row and column. |
![]() | SetValue | Overridden. Sets the value of the cell in the group. |
![]() | SuspendFormulaParsing | Suspends parsing of formulas. |
![]() | Swap | Swaps the specified ranges of cells. |
| Name | Description | |
|---|---|---|
![]() | Changed | Occurs when the user makes a change to the model that affects the data of the sheet. (Inherited from FarPoint.Win.Spread.Model.BaseSheetDataModel) |
![]() | NameChanged | Occurs when the name of the data model changes. |