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

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

パラメータ

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

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