Class PivotCalculatedItems
Represents the collection of calculated pivot field items in pivot table.
Inheritance
System.Object
PivotCalculatedItems
Namespace: Syncfusion.XlsIO.Implementation.PivotTables
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class PivotCalculatedItems : List<PivotCalculatedItemImpl>
Constructors
PivotCalculatedItems()
Pivot calculated items
Declaration
public PivotCalculatedItems()
Methods
Add(PivotCalculatedItemImpl)
Add the specified calculated item to pivot calculated items collection.
Declaration
public void Add(PivotCalculatedItemImpl item)
Parameters
Type | Name | Description |
---|---|---|
PivotCalculatedItemImpl | item | item to add to the pivot field. |