CellRange の新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public CellRange(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- r
- この範囲の最初の行のインデックス。
- c
- この範囲の最初の列のインデックス。
- r2
- この範囲の最後の行のインデックス。
- c2
- この範囲の最初の列のインデックス。
参照