PivotCalculatedItemCollection.Remove(PivotItem) Method
In This Article
Removes the specified calculated item from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
item | Pivot |
A Pivot |
#Remarks
To remove a calculated item from the collection by its index, use the PivotCalculatedItemCollection.RemoveAt method. To remove all calculated items from the collection, use the PivotCalculatedItemCollection.Clear method.
See Also