Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IAutoSortIndexSupport Interface / SetAutoSortIndex Method
The column index
The column header row index


In This Topic
    SetAutoSortIndex Method (IAutoSortIndexSupport)
    In This Topic
    Sets the column header row index in which to display the column automatic sort indicator (-1 to display in last row of column headers).
    Syntax
    'Declaration
     
    
    Sub SetAutoSortIndex( _
       ByVal index As Integer, _
       ByVal value As Integer _
    ) 
    'Usage
     
    
    Dim instance As IAutoSortIndexSupport
    Dim index As Integer
    Dim value As Integer
     
    instance.SetAutoSortIndex(index, value)
    void SetAutoSortIndex( 
       int index,
       int value
    )

    Parameters

    index
    The column index
    value
    The column header row index
    See Also