FlexPivot for WinForms
Sort プロパティ (Column)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Column クラス : Sort プロパティ
Specifies how this column should be sorted when the Sort(SortFlags,Int32) method is called with a SortFlags.UseColSort flag.
シンタックス
'宣言
 
Public Property Sort As SortFlags
public SortFlags Sort {get; set;}
解説
Use this property when you want to sort multiple columns in different orders. For example, you could set the Sort property to SortFlags.Ascending for columns 1, 2, and 3, and to SortFlags.Descending for columns 4, 5, and 6. You would then call the grid's Sort(SortFlags,Int32) method with the sort parameter set to SortFlags.UseColSort to perform the sort using the order specified for each column.
参照

Column クラス
Column メンバ