True DBGrid for WinForms
AddRows メソッド (Frame)

C1.Win.TrueDBGrid.6 アセンブリ > C1.Win.TrueDBGrid.BaseGrid 名前空間 > Frame クラス : AddRows メソッド
追加する行の数。
指定した数の行を非連結グリッドに追加します。
シンタックス
'宣言
 
Public Overridable Function AddRows( _
   ByVal count As System.Integer _
) As System.Integer
public virtual System.int AddRows( 
   System.int count
)

パラメータ

count
追加する行の数。

戻り値の型

追加された先頭行のインデックスです。
参照

Frame クラス
Frame メンバ