ASP.NET MVC

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum PivotSubtotalItems2007

    Show / Hide Table of Contents

    Enum PivotSubtotalItems2007

    Axis types in Excel 2007 file format notation.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    [Flags]
    public enum PivotSubtotalItems2007

    Fields

    Name Description
    avg

    Represents the Average type.

    count

    Represents the Count type.

    countA

    Represents the Counta type.

    max

    Represents the Max type.

    min

    Represents the Min type.

    product

    Represents the Product type.

    stdDev

    Represents the Stdev type.

    stdDevP

    Represents the Stdevp type.

    sum

    Represents the Sum type.

    var

    Represents the Var type.

    varP

    Represents the Varp type.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved