menu

UWP

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

    Show / Hide Table of Contents

    Class CellType

    Specifies the cell type in the pivot table.

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

    Fields

    ColumnGrandTotal

    Grand total for Columns.

    Declaration
    public const CellType ColumnGrandTotal
    Field Value
    Type
    CellType

    ColumnHeader

    Column header.

    Declaration
    public const CellType ColumnHeader
    Field Value
    Type
    CellType

    ColumnSubTotal

    Sub total for Columns.

    Declaration
    public const CellType ColumnSubTotal
    Field Value
    Type
    CellType

    None

    None.

    Declaration
    public const CellType None
    Field Value
    Type
    CellType

    RowGrandTotal

    Grand total for rows.

    Declaration
    public const CellType RowGrandTotal
    Field Value
    Type
    CellType

    RowHeader

    Row header.

    Declaration
    public const CellType RowHeader
    Field Value
    Type
    CellType

    RowSubTotal

    Sub total for rows.

    Declaration
    public const CellType RowSubTotal
    Field Value
    Type
    CellType

    ValueCell

    Value cell.

    Declaration
    public const CellType ValueCell
    Field Value
    Type
    CellType

    Extension Methods

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