[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.BaseSheetAxisModel.GetAutoSortIndex

GetAutoSortIndex Method

GetAutoSortIndex(int)

Gets the automatic sort index for the specified row or column. (This implementation always returns -1.)

Declaration
public virtual int GetAutoSortIndex(int index)
Public Overridable Function GetAutoSortIndex(index As Integer) As Integer
Parameters
Type Name Description
int index

Row or column index

Returns
Type Description
int

The automatic sort index

Implements