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

名前空間: 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,
	int startRow,
	int endRow
)

パラメータ

flex
型: C1.WPF.FlexGridC1FlexGrid
ソートするグリッド。
sortDescriptions
型: System.Collections.GenericIListUnboundSortDescription
ソートする列を指定する UnboundSortDescription オブジェクトのリスト。
startRow
型: SystemInt32
ソートする範囲内の最初の行。
endRow
型: SystemInt32
ソートする範囲内の最後の行。
参照