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


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