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


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

Parameters

index
Row or column index
See Also