Skip to main content
Row

PivotCalculatedItemCollection.Clear() Method

Removes all calculated items 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 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