FlexPivot for WinForms
Subtotal 列挙体

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 : Subtotal 列挙体
Specifies the type of subtotal (aggregate) statistic to calculate.
シンタックス
'宣言
 
Public Enum Subtotal 
   Inherits System.Enum
public enum Subtotal : System.Enum 
メンバ
メンバ解説
AverageGets the average of a group.
CountGets the number of values in a group.
FirstGets the first value in a group.
LastGets the last value in a group.
MaxGets the maximum value in a group.
MinGets the minimum value in a group.
StdGets the sample standard deviation of a group.
StdPGets the population standard deviation of a group.
SumGets the sum of a group.
VarGets the sample variance of a group.
VarPGets the population variance of a group.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.PivotEngine.Subtotal

参照

C1.PivotEngine 名前空間