FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / set_ColSort Method

In This Topic
    set_ColSort Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub set_ColSort( _
       ByVal col As Integer, _
       ByVal newVal As SortSettings _
    ) 
    public void set_ColSort( 
       int col,
       SortSettings newVal
    )

    Parameters

    col
    newVal
    See Also