ShowAutoFilterDropDown Property (ITable)
Gets or sets a boolean value indicating whether the
AutoFilter drop down for the table object is displayed.
bool ShowAutoFilterDropDown {get; set;}
'Declaration
Property ShowAutoFilterDropDown As Boolean
'Usage
Dim instance As ITable
Dim value As Boolean
instance.ShowAutoFilterDropDown = value
value = instance.ShowAutoFilterDropDown
Property Value
true
if the
AutoFilter drop down for the table object is displayed; otherwise,
false
.