WPF

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

    Show / Hide Table of Contents

    Enum PivotCellType

    Enumerates the possible Pivot cell types.

    Namespace: Syncfusion.PivotAnalysis.Base
    Assembly: Syncfusion.PivotAnalysis.Base.dll
    Syntax
    [Flags]
    public enum PivotCellType

    Fields

    Name Description
    CalculationHeaderCell

    Cell is a header cell holding a calculation name.

    ColumnHeaderCell

    Column header cell.

    ExpanderCell

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

    GrandTotalCell

    Grand total cell.

    HeaderCell

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

    RowHeaderCell

    Row header cell.

    TopLeftCell

    Cell is the top left portion of the PivotTable.

    TotalCell

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

    ValueCell

    Cell holds a summary value.

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