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

AutoFilterBase Interface

Base interface for objects which implement filtering functionality in a worksheet and tables.

Namespace: DevExpress.Spreadsheet

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

Declaration

public interface AutoFilterBase

Remarks

The AutoFilterBase interface is a base interface for the SheetAutoFilter and the TableAutoFilter interfaces.

See Also