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

C1.LiveLinq.4.5.2 アセンブリ > 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 メンバ