Creates one
CellRange instance.
シンタックス
'宣言
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
- Index of the first row in this range.
- c
- Index of the first column in this range.
- r2
- Index of the last row in this range.
- c2
- Index of the first column in this range.
参照