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