Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SubtotalType Enumeration
In This Topic
    SubtotalType Enumeration
    In This Topic
    Specifies the type of subtotal for the specified pivot field.
    Syntax
    [System.Flags()]
    public enum SubtotalType : System.Enum 
    Members
    MemberDescription
    Automatic Specifies that the subtotal type is the same as the value of PivotDataConsolidationFunction. If Automatic is used, all other subtotals should be removed.
    Average Specifies the average.
    Count Specifies the number of values.
    CountNums Specifies the number of numeric values.
    Max Specifies the maximum.
    Min Specifies the minimum.
    None Specifies no subtotal is used.
    Product Product
    StdDev Specifies StdDev.
    StdDevP Specifies StdDevP.
    Sum Specifies sum.
    Var Specifies Var.
    VarP Specifies VarP.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.SubtotalType

    See Also