UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotCellType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotCellType

    Enumerates the possible Pivot cell types.

    Inheritance
    System.Object
    PivotCellType
    Namespace: Syncfusion.PivotAnalysis.UWP
    Assembly: Syncfusion.PivotAnalysis.UWP.dll
    Syntax
    public sealed class PivotCellType : Enum

    Fields

    CalculationHeaderCell

    Cell is a header cell holding a calculation name.

    Declaration
    public const PivotCellType CalculationHeaderCell
    Field Value
    Type Description
    PivotCellType

    ColumnHeaderCell

    Column header cell.

    Declaration
    public const PivotCellType ColumnHeaderCell
    Field Value
    Type Description
    PivotCellType

    ExpanderCell

    Cell is a row/column header that holds an expander.

    Declaration
    public const PivotCellType ExpanderCell
    Field Value
    Type Description
    PivotCellType

    GrandTotalCell

    Grand total cell.

    Declaration
    public const PivotCellType GrandTotalCell
    Field Value
    Type Description
    PivotCellType

    HeaderCell

    Cell is a row/column header that does not holds an expander.

    Declaration
    public const PivotCellType HeaderCell
    Field Value
    Type Description
    PivotCellType

    RowHeaderCell

    Row header cell.

    Declaration
    public const PivotCellType RowHeaderCell
    Field Value
    Type Description
    PivotCellType

    TopLeftCell

    Cell is the top left portion of the PivotTable.

    Declaration
    public const PivotCellType TopLeftCell
    Field Value
    Type Description
    PivotCellType

    TotalCell

    Cell is a row/column header that marks a total row or column.

    Declaration
    public const PivotCellType TotalCell
    Field Value
    Type Description
    PivotCellType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    ValueCell

    Cell holds a summary value.

    Declaration
    public const PivotCellType ValueCell
    Field Value
    Type Description
    PivotCellType

    Extension Methods

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