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