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

TableAutoFilter Interface

An object implementing the filtering functionality for the specified table.

Namespace: DevExpress.Spreadsheet

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

Declaration

public interface TableAutoFilter :
    AutoFilterBase

Remarks

An object that exposes the TableAutoFilter interface is accessible using the Table.AutoFilter property.

See Also