ShowAutoFilterDropDown Property (Table)
Gets or sets a value indicating whether the filter button in the header row of each column is displayed.
public bool ShowAutoFilterDropDown {get; set;}
'Declaration
Public Property ShowAutoFilterDropDown As Boolean
'Usage
Dim instance As Table
Dim value As Boolean
instance.ShowAutoFilterDropDown = value
value = instance.ShowAutoFilterDropDown
Property Value
true
if the filter button in the header row of each column is displayed; otherwise,
false
.