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

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid.BaseGrid 名前空間 > Frame クラス > Delete メソッド : Delete(Int32,Int32) メソッド
The starting index of the row to remove.
The number of rows to remove.
Deletes a range of rows from an unbound grid.
シンタックス
'宣言
 
Public Overloads Sub Delete( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
public void Delete( 
   System.int index,
   System.int count
)

パラメータ

index
The starting index of the row to remove.
count
The number of rows to remove.
参照

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