ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowCollection Class / Add Method / Add(Int32) Method
Number of rows to add to the collection.

In This Topic
    Add(Int32) Method
    In This Topic
    Appends a given number of Row objects to the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal count As Integer _
    ) 
    public void Add( 
       int count
    )

    Parameters

    count
    Number of rows to add to the collection.
    See Also