MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / ISupportSorting Interface / Sort Method / Sort(Int32,SortDirection) Method
Column index to sort on.
SortDirection value that specifies the sort direction.

In This Topic
    Sort(Int32,SortDirection) Method
    In This Topic
    Sorts the view contents based on a column.
    Syntax
    'Declaration
     
    
    Overloads Sub Sort( _
       ByVal columnIndex As Integer, _
       ByVal direction As SortDirection _
    ) 

    Parameters

    columnIndex
    Column index to sort on.
    direction
    SortDirection value that specifies the sort direction.
    See Also