Excel for UWP
Insert(Int32) メソッド

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