PivotCalculatedFieldCollection.Remove(PivotField) Method
Removes the specified calculated field from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
field | PivotField | A PivotField object that specifies the calculated field to be removed from the collection. |
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