menu

UWP

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

    Show / Hide Table of Contents

    Class PivotCellInfos

    Gets the information from the Pivot control.

    Inheritance
    System.Object
    PivotCellInfos
    Namespace: Syncfusion.PivotAnalysis.UWP
    Assembly: Syncfusion.PivotAnalysis.UWP.dll
    Syntax
    public class PivotCellInfos : List<List<PivotCellInfo>>

    Constructors

    PivotCellInfos()

    Initializes a new instance of the PivotCellInfos class.

    Declaration
    public PivotCellInfos()

    PivotCellInfos(Int32, Int32)

    Constructor accepting the row and column count.

    Declaration
    public PivotCellInfos(int rowCount, int colCount)
    Parameters
    Type Name Description
    System.Int32 rowCount

    Total number of rows in the Pivot control.

    System.Int32 colCount

    Total number of columns in the Pivot control.

    Properties

    Item[Int32, Int32]

    Gets or sets the rowIndex and colIndex of the pivot cell.

    Declaration
    public PivotCellInfo this[int rowIndex, int colIndex] { get; set; }
    Parameters
    Type Name Description
    System.Int32 rowIndex

    The row index.

    System.Int32 colIndex

    The column index.

    Property Value
    Type
    PivotCellInfo

    Methods

    GetLength(Int32)

    Gets the length of the value at specified index.

    Declaration
    public int GetLength(int index)
    Parameters
    Type Name Description
    System.Int32 index

    The index position.

    Returns
    Type
    System.Int32

    Extension Methods

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