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


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

Parameters

index
Row or column index
See Also