Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / AutoSortColumn Method / AutoSortColumn(Int32) Method
Index of column to set


In This Topic
AutoSortColumn(Int32) Method
In This Topic
Automatically sorts the rows of a sheet according to the specified column.
Syntax
'Declaration
 
Public Overloads Sub AutoSortColumn( _
   ByVal column As Integer _
) 
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
 
instance.AutoSortColumn(column)

Parameters

column
Index of column to set
See Also