ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / GroupCollection Class / RemoveItem Method

In This Topic
    RemoveItem Method (GroupCollection)
    In This Topic
    Removes the item at the specified index of the GroupCollection.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    protected override void RemoveItem( 
       int index
    )

    Parameters

    index
    See Also