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

PivotPageFieldCollection.Remove(PivotPageField) Method

Removes the specified page field from the collection.

Namespace: DevExpress.Spreadsheet

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

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