DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / Subtotal Enumeration

In This Topic
    Subtotal Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum Subtotal 
       Inherits System.Enum
    public enum Subtotal : System.Enum 
    Members
    MemberDescription
    Average 
    Count 
    First 
    Last 
    Max 
    Min 
    Std 
    StdP 
    Sum 
    Var 
    VarP 
    Inheritance Hierarchy

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

    See Also