ComponentOne FlexPivot for WinForms
Subtotal Enumeration

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace : Subtotal Enumeration
Specifies the type of subtotal (aggregate) statistic to calculate.
Syntax
'Declaration
 
Public Enum Subtotal 
   Inherits System.Enum
public enum Subtotal : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.FlexPivot.Subtotal

See Also

Reference

C1.FlexPivot Namespace