FlexGrid for WinForms
AggregateFlags Enumeration



Specifies options to use when calculating aggregates with the C1FlexGridBase.Aggregate method.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum AggregateFlags 
   Inherits System.Enum
'Usage
 
Dim instance As AggregateFlags
[Flags()]
public enum AggregateFlags : System.Enum 
[Flags()]
public enum class AggregateFlags : public 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback