Spread Windows Forms 12.0 Product Documentation
GetAutoSortIndex Method (DefaultSheetAxisModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > DefaultSheetAxisModel Class : GetAutoSortIndex Method
Row or column index
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)
public override int GetAutoSortIndex( 
   int index
)

Parameters

index
Row or column index

Return Value

The automatic sort index
See Also

Reference

DefaultSheetAxisModel Class
DefaultSheetAxisModel Members