menu

ASP.NET Core

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

    Show / Hide Table of Contents

    Enum CellType

    Specifies the cell type in the pivot table.

    Namespace: Syncfusion.XlsIO.Implementation.PivotTables
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum CellType

    Fields

    Name Description
    ColumnGrandTotal

    Grand total for Columns.

    ColumnHeader

    Column header.

    ColumnSubTotal

    Sub total for Columns.

    None

    None.

    RowGrandTotal

    Grand total for rows.

    RowHeader

    Row header.

    RowSubTotal

    Sub total for rows.

    ValueCell

    Value cell.

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