Share via


AutoFilter.FilterMode Property

Returns True if the worksheet is in the AutoFilter filter mode. Read-only Boolean.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property FilterMode As Boolean
    Get
'Usage
Dim instance As AutoFilter
Dim value As Boolean

value = instance.FilterMode
bool FilterMode { get; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

AutoFilter Interface

AutoFilter Members

Microsoft.Office.Interop.Excel Namespace