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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation.PivotTables
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class PivotCalculatedItemImpl : 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 |