True DBGrid for WinForms
Delete(Int32,Int32) メソッド

C1.Win.TrueDBGrid.6 アセンブリ > C1.Win.TrueDBGrid.BaseGrid 名前空間 > Frame クラス > Delete メソッド : Delete(Int32,Int32) メソッド
削除する行の開始インデックス。
削除する行数。
非連結グリッドから行の範囲を削除します。
シンタックス
'宣言
 
Public Overloads Sub Delete( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
public void Delete( 
   System.int index,
   System.int count
)

パラメータ

index
削除する行の開始インデックス。
count
削除する行数。
参照

Frame クラス
Frame メンバ
オーバーロード一覧