ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowCollection Class / Insert Method
The position where the new row will be inserted.

In This Topic
    Insert Method (RowCollection)
    In This Topic
    Adds a new Row object to the collection at a specified position.
    Syntax
    'Declaration
     
    Public Function Insert( _
       ByVal index As Integer _
    ) As Row
    public Row Insert( 
       int index
    )

    Parameters

    index
    The position where the new row will be inserted.

    Return Value

    A reference to the Row that was added to the collection.
    See Also