ComponentOne True DBGrid for WinForms
AddRows Method (Frame)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid.BaseGrid Namespace > Frame Class : AddRows Method
The number of rows to add.
Adds the number of given rows to an unbound grid.
Syntax
'Declaration
 
Public Overridable Function AddRows( _
   ByVal count As System.Integer _
) As System.Integer
public virtual 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

Frame Class
Frame Members