Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetColumnAllowAutoSort Method
Column index


In This Topic
GetColumnAllowAutoSort Method
In This Topic
Gets whether the specified column on this sheet allows automatic sorting.
Syntax
'Declaration
 
Public Function GetColumnAllowAutoSort( _
   ByVal column As Integer _
) As Boolean
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim value As Boolean
 
value = instance.GetColumnAllowAutoSort(column)

Parameters

column
Column index
See Also