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. |