指定した範囲を含む
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
- セル範囲の右端の列。
参照