クリックまたはドラッグしてリサイズ
CellRange コンストラクタ (Int32, Int32, Int32, Int32)
CellRange の新しいインスタンスを初期化します。

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

パラメータ

row1
型: SystemInt32
範囲の最初の行のインデックス。
col1
型: SystemInt32
範囲の最後の行のインデックス。
row2
型: SystemInt32
範囲の最初の列のインデックス。
col2
型: SystemInt32
範囲の最後の列のインデックス。
参照