ShowSortAt Method (C1FlexPivotGrid)
In This Topic
Shows the sorting glyph on a column header.
Syntax
'Declaration
Public Sub ShowSortAt( _
ByVal As SortFlags, _
ByVal As Integer _
)
public void ShowSortAt(
SortFlags ,
int
)
Parameters
- order
- C1.Win.C1FlexGrid.SortFlags value that specifies the glyph to display.
- col
- Column index.
See Also