[]
        
Interface that supports the Aggregate functionality on ranges of cells in the data model.
public interface IAggregationSupportPublic Interface IAggregationSupport| Name | Description | 
|---|---|
| GetCelAggregationType(int, int) | Gets the cell aggregation type. | 
| GetCellAggregationFormat(int, int) | Gets the cell aggregation format string. | 
| SetCellAggregationFormat(int, int, string) | Sets the aggregation format for the cell. | 
| SetCellAggregationType(int, int, AggregationType) | Sets the aggregation type for the cell. |