Skip to main content
Row

PivotCalculatedFieldCollection.Clear() Method

Removes all calculated fields from the collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Clear()

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