Back to Devexpress

PivotPageFieldCollection.Remove(PivotPageField) Method

officefileapi-devexpress-dot-spreadsheet-dot-pivotpagefieldcollection-dot-remove-x28-devexpress-dot-spreadsheet-dot-pivotpagefield-x29.md

latest1.9 KB
Original Source

PivotPageFieldCollection.Remove(PivotPageField) Method

Removes the specified page field from the collection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void Remove(
    PivotPageField pageField
)
vb
Sub Remove(
    pageField As PivotPageField
)

Parameters

NameTypeDescription
pageFieldPivotPageField

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

RemoveAt(Int32)

Clear()

PivotPageFieldCollection Interface

PivotPageFieldCollection Members

DevExpress.Spreadsheet Namespace