Excel for UWP/WinRT
Insert(Int32,XLRow) メソッド

項目を挿入する位置。
挿入される項目。
コレクションの特定の位置に XLRow オブジェクトを挿入します。
構文
'宣言
 
Public Overloads Function Insert( _
   ByVal index As System.Integer, _
   ByVal row As XLRow _
) As XLRow
public XLRow Insert( 
   System.int index,
   XLRow row
)

パラメータ

index
項目を挿入する位置。
row
挿入される項目。

戻り値の型

コレクションに追加された項目への参照。
解説

XLSheet 内の XLRow オブジェクトの最大数は 65,536 です。これは、Excel 2003 以下で設定されている制限です。

Excel 2007 以上の場合、XLSheet 内の XLRow オブジェクトの最大数は 1,048,576 です。

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

参照

関連項目

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

Send Feedback