[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IAggregationSupport

IAggregationSupport Interface

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

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

Methods

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.

Events

Name Description
Aggregate

Occurs when the data model aggregates.