Excel for UWP/WinRT
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
範囲内の右端の列。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

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

Send Feedback