FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / SortRows Method
an interface for custom order.

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

    Parameters

    compare
    an interface for custom order.
    See Also