DataSource for Entity Framework for WPF/Silverlight
RemoveAt メソッド (ViewRowCollection)

C1.LiveLinq.LiveViews 名前空間 > ViewRowCollection クラス : RemoveAt メソッド
削除する項目の0から始まる順序位置。
ViewRowCollection内の指定された順序位置にあるビュー行を削除します。
シンタックス
'宣言
 
Public Sub RemoveAt( _
   ByVal ordinal As System.Integer _
) 
public void RemoveAt( 
   System.int ordinal
)

パラメータ

ordinal
削除する項目の0から始まる順序位置。
解説
これは ViewRow.Deleteの呼び出しと同じビューの更新操作です。
参照

ViewRowCollection クラス
ViewRowCollection メンバ