Spread Windows Forms 12.0 Product Documentation
GetAutoSortIndex Method (BaseSheetAxisModel)


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

Parameters

index
Row or column index
See Also

Reference

BaseSheetAxisModel Class
BaseSheetAxisModel Members