MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / IDropDownView Interface / Sort Method

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

    Parameters

    columnIndex
    direction
    See Also