[]
        
(Showing Draft Content)

C1.Win.Tile.GroupCollection.InsertItem

InsertItem Method

InsertItem(int, Group)

Inserts a Group into the GroupCollection at the specified index.

Declaration
protected override void InsertItem(int index, Group group)
Protected Overrides Sub InsertItem(index As Integer, group As Group)
Parameters
Type Name Description
int index
Group group
Overrides