Spread for ASP.NET 12 Product Documentation
GetSortIndicator Method (ISheetAxisModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetAxisModel Interface : GetSortIndicator Method
Row or column index
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)
SortIndicator GetSortIndicator( 
   int index
)

Parameters

index
Row or column index
See Also

Reference

ISheetAxisModel Interface
ISheetAxisModel Members