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

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : AddRows メソッド
The number of rows to add.
Adds the number of given rows to an unbound grid.
シンタックス
'宣言
 
Public Overrides Function AddRows( _
   ByVal count As System.Integer _
) As System.Integer
public override System.int AddRows( 
   System.int count
)

パラメータ

count
The number of rows to add.

戻り値の型

The index of the first row that was added.
参照

C1TrueDBGrid クラス
C1TrueDBGrid メンバ