ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / ShowSortAt Method

In This Topic
    ShowSortAt Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ShowSortAt( _
       ByVal order As SortFlags, _
       ByVal col As System.Integer _
    ) 
    public void ShowSortAt( 
       SortFlags order,
       System.int col
    )

    Parameters

    order
    col
    See Also