Excel for .NET
XLCellRange コンストラクタ(Int32,Int32,Int32,Int32)

C1.Excel アセンブリ > C1.Excel 名前空間 > XLCellRange クラス > XLCellRange コンストラクタ : XLCellRange コンストラクタ(Int32,Int32,Int32,Int32)
セル範囲の上部の行。
セル範囲の下部の行。
セル範囲の左端の列。
セル範囲の右端の列。
指定した範囲を含む XLCellRangeオブジェクトのインスタンスを生成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal rowFrom As System.Integer, _
   ByVal rowTo As System.Integer, _
   ByVal colFrom As System.Integer, _
   ByVal colTo As System.Integer _
)
public XLCellRange( 
   System.int rowFrom,
   System.int rowTo,
   System.int colFrom,
   System.int colTo
)

パラメータ

rowFrom
セル範囲の上部の行。
rowTo
セル範囲の下部の行。
colFrom
セル範囲の左端の列。
colTo
セル範囲の右端の列。
参照

XLCellRange クラス
XLCellRange メンバ
オーバーロード一覧