Class PivotCellInfos
Gets the information from the Pivot control.
Inheritance
System.Object
PivotCellInfos
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.NET.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 |