menu

UWP

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

    Show / Hide Table of Contents

    Class PivotItemType

    This simple type defines the pivot type for a pivotItem.

    Inheritance
    System.Object
    PivotItemType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public sealed class PivotItemType : Enum

    Fields

    Average

    Represents the Average.

    Declaration
    public const PivotItemType Average
    Field Value
    Type
    PivotItemType

    Blank

    Represent the Blank line in the pivot Table.

    Declaration
    public const PivotItemType Blank
    Field Value
    Type
    PivotItemType

    Count

    Represent the count aggregate functions.

    Declaration
    public const PivotItemType Count
    Field Value
    Type
    PivotItemType

    CountA

    Represent the count number aggregate functions.

    Declaration
    public const PivotItemType CountA
    Field Value
    Type
    PivotItemType

    Data

    Represent the data

    Declaration
    public const PivotItemType Data
    Field Value
    Type
    PivotItemType

    Default

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

    Declaration
    public const PivotItemType Default
    Field Value
    Type
    PivotItemType

    GrandTotal

    Represent the grand total.

    Declaration
    public const PivotItemType GrandTotal
    Field Value
    Type
    PivotItemType

    Max

    Represent the maximum aggregate function.

    Declaration
    public const PivotItemType Max
    Field Value
    Type
    PivotItemType

    Min

    Represent the minimum aggregate function.

    Declaration
    public const PivotItemType Min
    Field Value
    Type
    PivotItemType

    Product

    Represent the product functions.

    Declaration
    public const PivotItemType Product
    Field Value
    Type
    PivotItemType

    StdDev

    Represents the "standard deviation" aggregate function.

    Declaration
    public const PivotItemType StdDev
    Field Value
    Type
    PivotItemType

    StdDevP

    Represents the "standard deviation population" aggregate function.

    Declaration
    public const PivotItemType StdDevP
    Field Value
    Type
    PivotItemType

    Sum

    Represents the "sum" aggregate value.

    Declaration
    public const PivotItemType Sum
    Field Value
    Type
    PivotItemType

    Var

    Represents the "variance" aggregate value.

    Declaration
    public const PivotItemType Var
    Field Value
    Type
    PivotItemType

    VarP

    Represents the "variance population" aggregate value.

    Declaration
    public const PivotItemType VarP
    Field Value
    Type
    PivotItemType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved