Class PivotCellCollection
Represents the collection of pivot cell descriptors.
Inheritance
System.Object
PivotCellCollection
Namespace: Syncfusion.Olap.UWP.Engine
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class PivotCellCollection : List<PivotCellDescriptor>
Constructors
PivotCellCollection()
Declaration
public PivotCellCollection()
Methods
Clone()
Clones this instance.
Declaration
public PivotCellCollection Clone()
Returns
Type | Description |
---|---|
PivotCellCollection | A copy of this instance. |
Dispose()
Releases all resources used by the collection.
Declaration
public void Dispose()