ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / Sort Method / Sort(Int32,Int32,IComparer) Method

In This Topic
    Sort(Int32,Int32,IComparer) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Sort( _
       ByVal rowStart As System.Integer, _
       ByVal rowCount As System.Integer, _
       ByVal comparer As System.Collections.IComparer _
    ) 
    public virtual void Sort( 
       System.int rowStart,
       System.int rowCount,
       System.Collections.IComparer comparer
    )

    Parameters

    rowStart
    rowCount
    comparer
    See Also