menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum PivotItemType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum PivotItemType

    This simple type defines the pivot type for a pivotItem.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum PivotItemType

    Fields

    Name Description
    Average

    Represents the Average.

    Blank

    Represent the Blank line in the pivot Table.

    Count

    Represent the count aggregate functions.

    CountA

    Represent the count number aggregate functions.

    Data

    Represent the data

    Default

    Represent the default type of Pivot Table. (total aggregate is default)

    GrandTotal

    Represent the grand total.

    Max

    Represent the maximum aggregate function.

    Min

    Represent the minimum aggregate function.

    Product

    Represent the product functions.

    StdDev

    Represents the "standard deviation" aggregate function.

    StdDevP

    Represents the "standard deviation population" aggregate function.

    Sum

    Represents the "sum" aggregate value.

    Var

    Represents the "variance" aggregate value.

    VarP

    Represents the "variance population" aggregate value.

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