[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.AggregateFlags

AggregateFlags Enum

Specifies options to use when calculating aggregates with the Aggregate(AggregateEnum, CellRange, AggregateFlags) method.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
[Flags]
public enum AggregateFlags

Fields

Name Description
AggregateBooleans

Calculate aggregates for Boolean values. This flag causes the value True to be interpreted as one, and False as zero. This option is useful for counting the number of checked check boxes in a range.

AggregateDates

Calculate aggregates for dates instead of numerical values. Only a few aggregate functions are meaningful for dates: count, maximum, and minimum.

ExcludeCollapsedCells

Exclude collapsed rows from the aggregate.

ExcludeHiddenCells

Exclude hidden rows and columns from the aggregate.

ExcludeHiddenRows

Exclude hidden rows from the aggregate.

ExcludeNodes

Exclude node rows from aggregate. This option is useful when the grid contains subtotal rows, which are marked as nodes and contain values that are subtotals and should thus be excluded from aggregates.

None

Default setting. Include all rows and use numerical values only.