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


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