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