Data for Silverlight
InsertItem メソッド (DataRowCollection)

行を挿入する位置。
リストに挿入される DataRow
リスト内の指定された位置に DataRow オブジェクトを挿入します。
構文
'宣言
 
Protected Overrides Sub InsertItem( _
   ByVal index As System.Integer, _
   ByVal item As DataRow _
) 
protected override void InsertItem( 
   System.int index,
   DataRow item
)

パラメータ

index
行を挿入する位置。
item
リストに挿入される DataRow
参照

DataRowCollection クラス
DataRowCollection メンバ