Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotCalculatedFieldCollection.Remove(PivotField) Method

Removes the specified calculated field from the collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

void Remove(
    PivotField field
)

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