[]
Interface that supports the Aggregate functionality on ranges of cells in the data model.
public interface IAggregationSupport
Public Interface IAggregationSupport
Name | Description |
---|---|
GetAggregationResult(int, int, int, int, AggregationType, string) | Gets the aggregation of the cells in the specified range of cells. |
GetAggregationType(int) | Gets the aggregation type at the specified column. |
SetAggregationType(int, AggregationType) | Sets the aggregation type at the specified column. |
Name | Description |
---|---|
Aggregate | Occurs when the data model aggregates. |