PivotCalculatedFieldCollection.Clear() Method
Removes all calculated fields from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Remarks
To remove an individual calculated field from the collection, use the PivotCalculatedFieldCollection.Remove or PivotCalculatedFieldCollection.RemoveAt methods.
To add a calculated field to the PivotTable report, use the PivotCalculatedFieldCollection.Add method.
See Also