ComponentOne True DBGrid for WinForms
AddRows Method (C1TrueDBGrid)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : AddRows Method
The number of rows to add.
Adds the number of given rows to an unbound grid.
Syntax
'Declaration
 
Public Overrides Function AddRows( _
   ByVal count As System.Integer _
) As System.Integer
public override System.int AddRows( 
   System.int count
)

Parameters

count
The number of rows to add.

Return Value

The index of the first row that was added.
See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members