[]
        
(Showing Draft Content)

C1.Win.C1Tile.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)
Parameters
Type Name Description
int index
Group group
Overrides