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

    Represents constants that specify the type of cell.

    Inheritance
    System.Object
    CellType
    Namespace: Syncfusion.Olap.UWP.Data
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public sealed class CellType : Enum

    Fields

    ColumnHeader

    The type of cell is ColumnHeader.

    Declaration
    public const CellType ColumnHeader
    Field Value
    Type
    CellType

    ColumnTable

    The type of cell is ColumnTable.

    Declaration
    public const CellType ColumnTable
    Field Value
    Type
    CellType

    DataCell

    The type of cell is DataCell.

    Declaration
    public const CellType DataCell
    Field Value
    Type
    CellType

    RowHeader

    The type of cell is RowHeader.

    Declaration
    public const CellType RowHeader
    Field Value
    Type
    CellType

    RowTable

    The type of cell is RowTable.

    Declaration
    public const CellType RowTable
    Field Value
    Type
    CellType

    Extension Methods

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