'Declaration
Public Enum AggregateFlags Inherits System.Enum
public enum AggregateFlags : System.Enum
'Declaration
Public Enum AggregateFlags Inherits System.Enum
public enum AggregateFlags : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.AggregateFlags