menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class PivotCellInfos

    Gets the information from the Pivot control.

    Inheritance
    System.Object
    PivotCellInfos
    Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
    Assembly: Syncfusion.XlsIO.Portable.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
    System.Int32 colIndex
    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
    Returns
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved