Class PivotCalculatedFieldsCollection
- Namespace
- Spire.Xls.Core.Spreadsheet.PivotTables
- Assembly
- Spire.XLS.dll
public class PivotCalculatedFieldsCollection : List<XlsPivotField>, IList<XlsPivotField>, ICollection<XlsPivotField>, IList, ICollection, IReadOnlyList<XlsPivotField>, IReadOnlyCollection<XlsPivotField>, IEnumerable<XlsPivotField>, IEnumerable, IPivotCalculatedFields
- Inheritance
-
PivotCalculatedFieldsCollection
- Implements
- Inherited Members
Constructors
PivotCalculatedFieldsCollection(object)
public PivotCalculatedFieldsCollection(object parent)
Parameters
parent
object
Properties
Parent
public XlsPivotTable Parent { get; }
Property Value
Methods
Add(string, string)
public IPivotField Add(string name, string formula)