Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetColumnAutoSortIndex Method
Column index
Auto sort index


In This Topic
SetColumnAutoSortIndex Method
In This Topic
Sets the automatic sort index for the specified column.
Syntax
'Declaration
 
Public Sub SetColumnAutoSortIndex( _
   ByVal column As Integer, _
   ByVal value As Integer _
) 
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim value As Integer
 
instance.SetColumnAutoSortIndex(column, value)

Parameters

column
Column index
value
Auto sort index
Remarks
The auto sort index is the row index in the column header where the auto sort indicator is drawn.
See Also