C1.PivotEngine Assembly / C1.PivotEngine Namespace / Subtotal Enumeration

Subtotal Enumeration
Specifies the type of subtotal (aggregate) statistic to calculate.
Syntax
'Declaration
 
Public Enum Subtotal 
   Inherits 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.PivotEngine.Subtotal

See Also