ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / ShowSortAt Method
C1.Win.C1FlexGrid.SortFlags value that specifies the glyph to display.
Column index.

In This Topic
    ShowSortAt Method (C1FlexPivotGrid)
    In This Topic
    Shows the sorting glyph on a column header.
    Syntax
    'Declaration
     
    Public Sub ShowSortAt( _
       ByVal order As SortFlags, _
       ByVal col As Integer _
    ) 
    public void ShowSortAt( 
       SortFlags order,
       int col
    )

    Parameters

    order
    C1.Win.C1FlexGrid.SortFlags value that specifies the glyph to display.
    col
    Column index.
    Remarks
    This method is useful if you want to perform custom sorting and need control over the appearance and position of the sorting glyph (the little triangle that appears on the header of sorted columns).
    See Also