AutoFilterColumn.Clear() Method
In This Article
Removes a filter from a specified column.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Remarks
To clear all the specified filters in a worksheet or table at once, use the AutoFilterBase.Clear method.
See Also