座標と幅に基づいてRangeを作成します。
シンタックス
'宣言
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
- 列の開始番号。
- topRow
- 行の開始番号。
- cols
- 列の数。
- rows
- 行の数。
参照