Skip to main content
A newer version of this page is available. .
Row

PivotCalculatedFieldCollection.Clear() Method

Removes all calculated fields from the collection.

Namespace: DevExpress.Spreadsheet

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

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