menu

WinForms

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

    Show / Hide Table of Contents

    Enum PivotCellDescriptorType

    Represents cell wrapper type.

    Namespace: Syncfusion.Olap.Engine
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public enum PivotCellDescriptorType

    Fields

    Name Description
    Any

    The cell wrapper is of type any.

    ColumnHeader

    The cell wrapper is of type ColumnHeader.

    RowHeader

    The cell wrapper is of type RowHeader.

    SummaryColumn

    The cell wrapper is of type SummaryColumn.

    SummaryRow

    The cell wrapper is of type SummaryRow.

    Value

    The cell wrapper is of type Value.

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