Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / AllowAutoFilter Property


In This Topic
AllowAutoFilter Property (Column)
In This Topic
Gets or sets whether this column allows automatic filtering.
Syntax
'Declaration
 
Public Property AllowAutoFilter As Boolean
 
'Usage
 
Dim instance As Column
Dim value As Boolean
 
instance.AllowAutoFilter = value
 
value = instance.AllowAutoFilter
See Also