Back to Devexpress

PivotFilter.Delete() Method

officefileapi-devexpress-dot-spreadsheet-dot-pivotfilter.md

latest1.9 KB
Original Source

PivotFilter.Delete() Method

Removes the current filter from the PivotFilterCollection collection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void Delete()
vb
Sub Delete

Remarks

The Delete method removes the specified PivotFilter object from the PivotFilterCollection collection. You can also use the PivotFilterCollection.Remove and PivotFilterCollection.RemoveAt methods to accomplish the same task. To remove all pivot filters from the collection at once, call the PivotFilterCollection.Clear method.

See Also

Remove(PivotFilter)

RemoveAt(Int32)

Clear()

PivotFilter Interface

PivotFilter Members

DevExpress.Spreadsheet Namespace