[]
Gets a value that determines whether a cell should be included in the aggregates calculated with the GetAggregate(Aggregate, CellRange) method.
public virtual bool IncludeInAggregate(Row row, Column col)
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. |
Type | Description |
---|---|
bool | True if the cell should be included in the aggregate calculation, false otherwise. |