Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAutoFilterOwner Interface / ShowDropDownButton Property


In This Topic
ShowDropDownButton Property
In This Topic
Gets a value indicating whether the filter drop down button is shown. AutoFilter in table has this property.
Syntax
'Declaration
 
ReadOnly Property ShowDropDownButton As Boolean
 
'Usage
 
Dim instance As IAutoFilterOwner
Dim value As Boolean
 
value = instance.ShowDropDownButton

Property Value

true if the filter drop down button is shown; otherwise, false.
See Also