Excel for .NET
Add(Int32,Int32,Int32,Int32) メソッド

C1.Excel アセンブリ > C1.Excel 名前空間 > XLCellRangeCollection クラス > Add メソッド : Add(Int32,Int32,Int32,Int32) メソッド
セル範囲の上部の行のインデックス。
セル範囲の左端の列のインデックス。
セル範囲の行数。
セル範囲の列数。
XLCellRangeオブジェクトを作成し、コレクションに追加します。
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal rowIndex As System.Integer, _
   ByVal colIndex As System.Integer, _
   ByVal rowCount As System.Integer, _
   ByVal colCount As System.Integer _
) As XLCellRange
public XLCellRange Add( 
   System.int rowIndex,
   System.int colIndex,
   System.int rowCount,
   System.int colCount
)

パラメータ

rowIndex
セル範囲の上部の行のインデックス。
colIndex
セル範囲の左端の列のインデックス。
rowCount
セル範囲の行数。
colCount
セル範囲の列数。

戻り値の型

コレクションへの追加が成功した場合、オブジェクトへの参照。コレクションへの追加ができなかった場合(コレクション内の既存のセル範囲と重なっている場合など)、Null を返します。
参照

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