Excel for .NET
Insert(Int32) メソッド

C1.Excel アセンブリ > C1.Excel 名前空間 > XLRowCollection クラス > Insert メソッド : Insert(Int32) メソッド
新規アイテムを挿入する位置。
新規 XLRowオブジェクトを生成し、指定したコレクションの位置に挿入します。
シンタックス
'宣言
 
Public Overloads Function Insert( _
   ByVal index As System.Integer _
) As XLRow
public XLRow Insert( 
   System.int index
)

パラメータ

index
新規アイテムを挿入する位置。

戻り値の型

新規アイテムへの参照。
参照

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