Excel for WPF/Silverlight
XLCellRange コンストラクタ(Int32,Int32,Int32,Int32)

C1.Silverlight.Excel.5 アセンブリ > C1.Silverlight.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 メンバ
オーバーロード一覧