[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IAggregationSupport

IAggregationSupport Interface

Interface that supports the Aggregate functionality on ranges of cells in the data model.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IAggregationSupport
Public Interface IAggregationSupport

Methods

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.