クリックまたはドラッグしてリサイズ
UnboundSortSortUnboundGrid メソッド (C1FlexGrid, IListUnboundSortDescription)
非連結グリッド内の選択された行をソートします。

名前空間: C1.WPF.FlexGrid
アセンブリ: C1.WPF.FlexSheet.4 (C1.WPF.FlexSheet.4.dll 内) バージョン: 4.0.20161.507 (4.0.20161.507)
構文
public static void SortUnboundGrid(
	C1FlexGrid flex,
	IList<UnboundSortDescription> sortDescriptions
)

パラメータ

flex
型: C1.WPF.FlexGridC1FlexGrid
ソートするグリッド。
sortDescriptions
型: System.Collections.GenericIListUnboundSortDescription
ソートする列を指定する UnboundSortDescription オブジェクトのリスト。
解説
1行しか選択されていない場合、このメソッドはグリッド全体をソートします。
参照