ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / ShowSortAt Method

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

    Parameters

    order
    col
    See Also