 | CellRange コンストラクタ (Int32, Int32, Int32, Int32) |
名前空間: 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
)
Public Sub New (
row1 As Integer,
col1 As Integer,
row2 As Integer,
col2 As Integer
)
パラメータ
- row1
- 型: SystemInt32
範囲の最初の行のインデックス。 - col1
- 型: SystemInt32
範囲の最後の行のインデックス。 - row2
- 型: SystemInt32
範囲の最初の列のインデックス。 - col2
- 型: SystemInt32
範囲の最後の列のインデックス。
参照