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