Class PivotTableLayout
Represents the layout of the pivot table.
Inheritance
System.Object
PivotTableLayout
Namespace: Syncfusion.XlsIO.Implementation.PivotTables
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class PivotTableLayout : List<List<PivotValueCollections>>
Constructors
PivotTableLayout()
Declaration
public PivotTableLayout()
Fields
maxColumnCount
Maximum Column Count
Declaration
public int maxColumnCount
Field Value
Type |
---|
System.Int32 |
maxRowCount
Maximum Row Count
Declaration
public int maxRowCount
Field Value
Type |
---|
System.Int32 |
Properties
Item[Int32]
Inner list of pivot value collection
Declaration
public List<PivotValueCollections> this[int rowIndex] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowIndex | pivot value row index |
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PivotValueCollections> | list of pivot value for particular row index |
Item[Int32, Int32]
Declaration
public PivotValueCollections this[int rowIndex, int colIndex] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowIndex | |
System.Int32 | colIndex |
Property Value
Type |
---|
PivotValueCollections |