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