ComponentOne List for WinForms
C1.Win.List 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 Integer, _
       ByVal row As Integer _
    ) 
    public void Insert( 
       int index,
       int row
    )

    Parameters

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