Skip to main content
Row

PivotPageFieldCollection.Remove(PivotPageField) Method

Removes the specified page field from the collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Remove(
    PivotPageField pageField
)

Parameters

Name Type Description
pageField PivotPageField

A PivotPageField object to be removed from the collection.

Remarks

To remove a page field from the collection by its index, use the PivotPageFieldCollection.RemoveAt method. To remove all page fields from the collection, use the PivotPageFieldCollection.Clear method.

See Also