FlexPivot for WinForms
ShowSortAt メソッド (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : ShowSortAt メソッド
SortFlags value that specifies the glyph to display.
Column index.
Shows the sorting glyph on a column header.
シンタックス
'宣言
 
Public Sub ShowSortAt( _
   ByVal order As SortFlags, _
   ByVal col As System.Integer _
) 
public void ShowSortAt( 
   SortFlags order,
   System.int col
)

パラメータ

order
SortFlags value that specifies the glyph to display.
col
Column index.
解説
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).
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ