Class PivotCalculatedItemImpl
Represents an item within a PivotTable field which uses a formula TODO: Need to create support for pivot item.
Inheritance
System.Object
PivotCalculatedItemImpl
Namespace: Syncfusion.XlsIO.Implementation.PivotTables
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class PivotCalculatedItemImpl : Object, IPivotCalculatedItem
Constructors
PivotCalculatedItemImpl(PivotCacheFieldImpl)
Initializes the pivot calculated item
Declaration
public PivotCalculatedItemImpl(PivotCacheFieldImpl cacheField)
Parameters
Type | Name | Description |
---|---|---|
PivotCacheFieldImpl | cacheField |
Properties
Formula
Gets or sets the formula for the calculated item.
Declaration
public string Formula { get; set; }
Property Value
Type |
---|
System.String |
PivotArea
Gets the calculated field area. Read-only.
Declaration
public PivotArea PivotArea { get; }
Property Value
Type |
---|
PivotArea |