Back to Devexpress

PivotFilterCollection.Remove(PivotFilter) Method

officefileapi-devexpress-dot-spreadsheet-dot-pivotfiltercollection-dot-remove-x28-devexpress-dot-spreadsheet-dot-pivotfilter-x29.md

latest1.8 KB
Original Source

PivotFilterCollection.Remove(PivotFilter) Method

Removes the specified filter from the collection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void Remove(
    PivotFilter filter
)
vb
Sub Remove(
    filter As PivotFilter
)

Parameters

NameTypeDescription
filterPivotFilter

A PivotFilter object to be removed from the collection.

|

Remarks

To remove a pivot filter from the collection by its index, use the PivotFilterCollection.RemoveAt method. To remove all pivot filters from the collection, use the PivotFilterCollection.Clear method.

See Also

RemoveAt(Int32)

Clear()

PivotFilterCollection Interface

PivotFilterCollection Members

DevExpress.Spreadsheet Namespace