Gets or sets a boolean value indicating whether the
AutoFilter will be displayed.
bool ShowAutoFilter {get; set;}
'Declaration
Property ShowAutoFilter As Boolean
'Usage
Dim instance As ITable
Dim value As Boolean
instance.ShowAutoFilter = value
value = instance.ShowAutoFilter
Property Value
true
if the
AutoFilter will be displayed; otherwise,
false
.