C1.Win.FlexGrid Namespace / C1FlexGrid Class / ShowSortAt Method
SortFlags value that specifies the glyph to display.
Column index.

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

Parameters

order
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