FlexPivot for WinForms
Sort(SortFlags,CellRange) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > Sort メソッド : Sort(SortFlags,CellRange) メソッド
SortFlags value that specifies the sort direction and options.
CellRange object that specifies the range of cells to sort.
Sorts a range of cells in the grid.
シンタックス
'宣言
 
Public Overloads Overridable Sub Sort( _
   ByVal order As SortFlags, _
   ByVal rg As CellRange _
) 
public virtual void Sort( 
   SortFlags order,
   CellRange rg
)

パラメータ

order
SortFlags value that specifies the sort direction and options.
rg
CellRange object that specifies the range of cells to sort.
解説

When you sort multiple columns, the same sorting options are applied to each column, starting from the leftmost column in the range and proceeding to the right.

To sort multiple columns using a different sorting order for each, you can either call the Sort(SortFlags,Int32) method multiple times or set each column's Column.Sort property and call the Sort(SortFlags,Int32) method including the SortFlags.UseColSort flag in the flags parameter.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ
オーバーロード一覧