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

In This Topic
    InsertItem Method (GroupCollection)
    In This Topic
    Inserts a Group into the GroupCollection at the specified index.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub InsertItem( _
       ByVal index As Integer, _
       ByVal group As Group _
    ) 
    protected override void InsertItem( 
       int index,
       Group group
    )

    Parameters

    index
    group
    See Also