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

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

    Parameters

    compare
    an interface for custom order.
    See Also