menu

UWP

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

    Show / Hide Table of Contents

    Class PivotValueCellData

    Represents the pivot value cell data information.

    Inheritance
    System.Object
    PivotValueCellData
    Namespace: Syncfusion.Olap.UWP.Engine
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class PivotValueCellData : Object

    Constructors

    PivotValueCellData()

    Initializes a new instance of the PivotValueCellData class.

    Declaration
    public PivotValueCellData()

    Properties

    ColumnInfo

    Gets or sets the collection of header information in columns.

    Declaration
    public HeaderInfoCollection ColumnInfo { get; set; }
    Property Value
    Type Description
    HeaderInfoCollection

    The collection of header information in columns.

    Columns

    Gets or sets the collection of headers in columns.

    Declaration
    public HeaderCaptionCollection Columns { get; set; }
    Property Value
    Type Description
    HeaderCaptionCollection

    The collection of headers in columns.

    Measure

    Gets or sets the measure of the value cell.

    Declaration
    public string Measure { get; set; }
    Property Value
    Type Description
    System.String

    The measure of the value cell.

    MeasureInfo

    Gets or sets the measure information of the value cell.

    Declaration
    public CellHeaderInfo MeasureInfo { get; set; }
    Property Value
    Type
    CellHeaderInfo

    RowInfo

    Gets or sets the collection of header information in rows.

    Declaration
    public HeaderInfoCollection RowInfo { get; set; }
    Property Value
    Type Description
    HeaderInfoCollection

    The collection of header information in rows.

    Rows

    Gets or sets the collection of headers in rows.

    Declaration
    public HeaderCaptionCollection Rows { get; set; }
    Property Value
    Type Description
    HeaderCaptionCollection

    The collection of headers in rows.

    Value

    Gets or sets the value of the value cell.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    The value of the value cell.

    Extension Methods

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