Back to Devexpress

SheetAutoFilter Interface

officefileapi-devexpress-dot-spreadsheet-d9c20fd6.md

latest1.2 KB
Original Source

SheetAutoFilter Interface

An object implementing the filtering functionality for the specified worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

The following members return SheetAutoFilter objects:

Remarks

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

See Also

SheetAutoFilter Members

DevExpress.Spreadsheet Namespace