ComponentOne List for WinForms
C1.Win.C1List Namespace / SelectedRowCollection Class / RemoveAt Method
The zero-based index of the row to remove.

In This Topic
    RemoveAt Method (SelectedRowCollection)
    In This Topic
    Removes the row at the specified index.
    Syntax
    'Declaration
     
    
    Public Shadows Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public new void RemoveAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the row to remove.
    See Also