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

SheetAutoFilter Interface

An object implementing the filtering functionality for the specified worksheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

public interface SheetAutoFilter :
    AutoFilterBase

Remarks

An object that exposes the SheetAutoFilter interface is accessible using the Worksheet.AutoFilter property.

See Also