Excel for UWP/WinRT
RemoveAt メソッド (XLRowCollection)

コレクションから削除する項目のインデックス。
特定の位置にある XLRow オブジェクトをコレクションから削除します。
構文
'宣言
 
Public Function RemoveAt( _
   ByVal index As System.Integer _
) As XLRow
public XLRow RemoveAt( 
   System.int index
)

パラメータ

index
コレクションから削除する項目のインデックス。

戻り値の型

コレクションから削除された項目への参照。
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