[]
        
(Showing Draft Content)

C1.Win.Tile.GroupCollection.SetItem

SetItem Method

SetItem(int, Group)

Replaces the Group at the specified index.

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