ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid 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 SortFlags, _
       ByVal col1 As System.Integer, _
       ByVal col2 As System.Integer _
    ) 
    public virtual void Sort( 
       SortFlags order,
       System.int col1,
       System.int col2
    )

    Parameters

    order
    col1
    col2
    See Also