Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / ShowAutoFilter Property


In This Topic
ShowAutoFilter Property
In This Topic
Gets or sets a boolean value indicating whether the AutoFilter will be displayed.
Syntax
'Declaration
 
Property ShowAutoFilter As Boolean
 
'Usage
 
Dim instance As ITable
Dim value As Boolean
 
instance.ShowAutoFilter = value
 
value = instance.ShowAutoFilter

Property Value

true if the AutoFilter will be displayed; otherwise, false.
See Also