クリックまたはドラッグしてリサイズ
CellRangeSetRange メソッド (Int32, Int32, Int32, Int32)
RowRow2Column、および Column2 プロパティの値を設定します。

名前空間: C1.WPF.FlexGrid
アセンブリ: C1.WPF.FlexGrid.4 (C1.WPF.FlexGrid.4.dll 内) バージョン: 4.0.20161.507 (4.0.20161.507)
構文
public void SetRange(
	int row,
	int col,
	int row2,
	int col2
)

パラメータ

row
型: SystemInt32
Row プロパティに割り当てる値。
col
型: SystemInt32
Column プロパティに割り当てる値。
row2
型: SystemInt32
Row2 プロパティに割り当てる値。
col2
型: SystemInt32
Column2 プロパティに割り当てる値。
参照