'Declaration
Public Property AutoFilterMode As Boolean
'Usage
Dim instance As Worksheet Dim value As Boolean instance.AutoFilterMode = value value = instance.AutoFilterMode
public bool AutoFilterMode {get; set;}
Property Value
true
if the AutoFilter drop-down arrows are currently displayed on the sheet; otherwise, false
.