FilterMode Property (AutoFilter)
Gets a value indicating whether the worksheet is in the AutoFilter filter mode.
public bool FilterMode {get;}
'Declaration
Public ReadOnly Property FilterMode As Boolean
'Usage
Dim instance As AutoFilter
Dim value As Boolean
value = instance.FilterMode
Property Value
true
if the worksheet is in the AutoFilter filter mode; otherwise,
false
.