TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListItemCollection Class / RemoveAt Method
The specified index.

In This Topic
    RemoveAt Method (C1CheckListItemCollection)
    In This Topic
    Removes the item at the specified index of the collection.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The specified index.
    See Also