_Worksheet.FilterMode Property
True if the worksheet is in 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 _Worksheet
Dim value As Boolean
value = instance.FilterMode
bool FilterMode { get; }
Property Value
Type: System.Boolean
Remarks
This property is True if the worksheet contains a filtered list in which there are hidden rows.