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

PivotFilter.Delete() Method

Removes the current filter from the PivotFilterCollection collection.

Namespace: DevExpress.Spreadsheet

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

Declaration

void 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