Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / ShowAutoFilterDropDown Property


In This Topic
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

Property Value

true if the filter button in the header row of each column is displayed; otherwise, false.
See Also