True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / SelectedRowCollection Class / Insert Method
The zero-based index at which row should be inserted.
The row to insert.

In This Topic
    Insert Method (SelectedRowCollection)
    In This Topic
    Inserts a row at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal row As System.Integer _
    ) 
    public void Insert( 
       System.int index,
       System.int row
    )

    Parameters

    index
    The zero-based index at which row should be inserted.
    row
    The row to insert.
    See Also