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

PivotCalculatedItemCollection.Clear() Method

Removes all calculated items from the collection.

Namespace: DevExpress.Spreadsheet

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

Declaration

void Clear()

Remarks

To remove an individual calculated item from the collection, use the PivotCalculatedItemCollection.Remove or PivotCalculatedItemCollection.RemoveAt methods.

To add a calculated item to the PivotTable field, use the PivotCalculatedItemCollection.Add method.

See Also