True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / AddRows Method
The number of rows to add.

In This Topic
    AddRows Method (Frame)
    In This Topic
    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