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

In This Topic
    RemoveAt Method (SplitCollection)
    In This Topic
    This method is not allowed to call from user's code.
    Syntax
    'Declaration
     
    
    Public Shadows Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public new void RemoveAt( 
       int index
    )

    Parameters

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