Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetAxisModel Class / GetAutoSortIndex Method
Row or column index


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

Parameters

index
Row or column index

Return Value

The automatic sort index
See Also