ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Sort Method / Sort(SortFlags,Int32,Int32) Method

In This Topic
    Sort(SortFlags,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Sort( _
       ByVal order As C1.Win.FlexGrid.SortFlags, _
       ByVal col1 As Integer, _
       ByVal col2 As Integer _
    ) 
    public virtual void Sort( 
       C1.Win.FlexGrid.SortFlags order,
       int col1,
       int col2
    )

    Parameters

    order
    col1
    col2
    See Also