[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.BaseSheetAxisModel.SetAutoSortIndex

SetAutoSortIndex Method

SetAutoSortIndex(int, int)

Sets the automatic sort index for the specified row or column. (This implementation does nothing.)

Declaration
public virtual void SetAutoSortIndex(int index, int value)
Public Overridable Sub SetAutoSortIndex(index As Integer, value As Integer)
Parameters
Type Name Description
int index

Row or column index

int value

The automatic filter index

Implements