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


In This Topic
GetColumnAutoSortIndex Method
In This Topic
Gets the automatic sort index for the specified column.
Syntax
'Declaration
 
Public Function GetColumnAutoSortIndex( _
   ByVal column As Integer _
) As Integer
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim value As Integer
 
value = instance.GetColumnAutoSortIndex(column)

Parameters

column
Column index

Return 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