[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.IncludeInAggregate

IncludeInAggregate Method

IncludeInAggregate(Row, Column)

Gets a value that determines whether a cell should be included in the aggregates calculated with the GetAggregate(Aggregate, CellRange) method.

Declaration
public virtual bool IncludeInAggregate(Row row, Column col)
Parameters
Type Name Description
Row row

Row that contains the cell to be included in the aggregate.

Column col

Column that contains the cell to be included in the aggregate.

Returns
Type Description
bool

True if the cell should be included in the aggregate calculation, false otherwise.