menu

Document Processing

PivotSubtotalTypes Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PivotSubtotalTypes Class

    Represents the Subtotal types.

    Inheritance
    System.Object
    PivotSubtotalTypes
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public sealed class PivotSubtotalTypes : Enum

    Fields

    Average

    Represents the Average type.

    Declaration
    public const PivotSubtotalTypes Average
    Field Value
    Type
    PivotSubtotalTypes

    Count

    Represents the Count type.

    Declaration
    public const PivotSubtotalTypes Count
    Field Value
    Type
    PivotSubtotalTypes

    Counta

    Represents the Counta type.

    Declaration
    public const PivotSubtotalTypes Counta
    Field Value
    Type
    PivotSubtotalTypes

    Default

    Represents the Default type.

    Declaration
    public const PivotSubtotalTypes Default
    Field Value
    Type
    PivotSubtotalTypes

    Max

    Represents the Max type.

    Declaration
    public const PivotSubtotalTypes Max
    Field Value
    Type
    PivotSubtotalTypes

    Min

    Represents the Min type.

    Declaration
    public const PivotSubtotalTypes Min
    Field Value
    Type
    PivotSubtotalTypes

    None

    Represents the None type.

    Declaration
    public const PivotSubtotalTypes None
    Field Value
    Type
    PivotSubtotalTypes

    Product

    Represents the Product type.

    Declaration
    public const PivotSubtotalTypes Product
    Field Value
    Type
    PivotSubtotalTypes

    Stdev

    Represents the Stdev type.

    Declaration
    public const PivotSubtotalTypes Stdev
    Field Value
    Type
    PivotSubtotalTypes

    Stdevp

    Represents the Stdevp type.

    Declaration
    public const PivotSubtotalTypes Stdevp
    Field Value
    Type
    PivotSubtotalTypes

    Sum

    Represents the Sum type.

    Declaration
    public const PivotSubtotalTypes Sum
    Field Value
    Type
    PivotSubtotalTypes

    Var

    Represents the Var type.

    Declaration
    public const PivotSubtotalTypes Var
    Field Value
    Type
    PivotSubtotalTypes

    Varp

    Represents the Varp type.

    Declaration
    public const PivotSubtotalTypes Varp
    Field Value
    Type
    PivotSubtotalTypes
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved