指定された範囲を含む
XLCellRange オブジェクトのインスタンスを作成します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public XLCellRange(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- rowFrom
- 範囲内の上端の行。
- rowTo
- 範囲内の下端の行。
- colFrom
- 範囲内の左端の列。
- colTo
- 範囲内の右端の列。
参照