ShowDropDownButton Property
Gets a value indicating whether the filter drop down button is shown. AutoFilter in table has this property.
bool ShowDropDownButton {get;}
'Declaration
ReadOnly Property ShowDropDownButton As Boolean
'Usage
Dim instance As IAutoFilterOwner
Dim value As Boolean
value = instance.ShowDropDownButton
Property Value
true
if the filter drop down button is shown; otherwise,
false
.