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

AutoFilterColumn.Clear() Method

Removes a filter from a specified column.

Namespace: DevExpress.Spreadsheet

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

Declaration

void Clear()

Remarks

To clear all the specified filters in a worksheet or table at once, use the AutoFilterBase.Clear method.

See Also