Create a Range by coordinates and spans.
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public Range(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- leftCol
- The starting column number.
- topRow
- The starting row number.
- cols
- The number of columns.
- rows
- The number of rows.
参照