DataSource for Entity Framework for WinForms
RemoveAt メソッド (ClientCollectionView)

C1.Data.Entity.4.5.2 アセンブリ > C1.Data.DataSource 名前空間 > ClientCollectionView クラス : RemoveAt メソッド
削除する項目の位置。
コレクションから、指定された位置にある項目を削除します。
シンタックス
'宣言
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

パラメータ

index
削除する項目の位置。
例外
例外解説
indexが0未満であるか、コレクションビュー内のアイテム数を超えています。
参照

ClientCollectionView クラス
ClientCollectionView メンバ