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


In This Topic
GetAutoSortIndex Method (BaseSheetAxisModel)
In This Topic
Gets the automatic sort index for the specified row or column. (This implementation always returns -1.)
Syntax
'Declaration
 
Public Overridable Function GetAutoSortIndex( _
   ByVal index As Integer _
) As Integer
 
'Usage
 
Dim instance As BaseSheetAxisModel
Dim index As Integer
Dim value As Integer
 
value = instance.GetAutoSortIndex(index)

Parameters

index
Row or column index
See Also