<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapGrid Class / SortRows Method
an interface for custom order.

In This Topic
    SortRows Method (C1OlapGrid)
    In This Topic
    Sort all the rows by custom order.
    Syntax
    'Declaration
     
    Public Sub SortRows( _
       ByVal compare As IComparer(Of Row) _
    ) 
    public void SortRows( 
       IComparer<Row> compare
    )

    Parameters

    compare
    an interface for custom order.
    See Also