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

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

パラメータ

sheetFrom
範囲の XLSheetの最初のインデックス。
sheetTo
範囲の XLSheetの最後のインデックス。
rowFrom
範囲の上端の行。
rowTo
範囲の下端の行。
colFrom
範囲の左端の列。
colTo
範囲の右端の列。
rowFromRef
範囲の上端行の参照タイプ。
rowToRef
範囲の下端行の参照タイプ。
colFromRef
範囲の左端列の参照タイプ。
colToRef
範囲の右端列の参照タイプ。
参照

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