FlexPivot for WinForms
AggregateFlags 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : AggregateFlags 列挙体
Specifies options to use when calculating aggregates with the C1FlexGridBase.Aggregate method.
シンタックス
'宣言
 
Public Enum AggregateFlags 
   Inherits System.Enum
public enum AggregateFlags : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間