Spread Windows Forms 12.0 Product Documentation
ShowAutoFilter Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : ShowAutoFilter Property
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
bool ShowAutoFilter {get; set;}

Property Value

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

Reference

ITable Interface
ITable Members