ComponentOne FlexGrid for WinForms
AggregateFlags Enumeration

C1.Win.C1FlexGrid Namespace : AggregateFlags Enumeration
Specifies options to use when calculating aggregates with the C1FlexGridBase.Aggregate method.
Syntax
'Declaration
 
Public Enum AggregateFlags 
   Inherits System.Enum
public enum AggregateFlags : System.Enum 
Members
MemberDescription
AggregateBooleansCalculate 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.
AggregateDatesCalculate aggregates for dates instead of numerical values. Only a few aggregate functions are meaningful for dates: count, maximum, and minimum.
ExcludeCollapsedCellsExclude collapsed rows from the aggregate.
ExcludeHiddenCellsExclude hidden rows and columns from the aggregate.
ExcludeHiddenRowsExclude hidden rows from the aggregate.
ExcludeNodesExclude 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.
NoneDefault setting. Include all rows and use numerical values only.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.AggregateFlags

See Also

Reference

C1.Win.C1FlexGrid Namespace