Back to Devexpress

TableAutoFilter Interface

officefileapi-devexpress-dot-spreadsheet-340ea330.md

latest1.2 KB
Original Source

TableAutoFilter Interface

An object implementing the filtering functionality for the specified table.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface TableAutoFilter :
    AutoFilterBase
vb
Public Interface TableAutoFilter
    Inherits AutoFilterBase

The following members return TableAutoFilter objects:

Remarks

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

See Also

TableAutoFilter Members

DevExpress.Spreadsheet Namespace