ComponentOne TileControl for WinForms
SetItem Method (GroupCollection)

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > GroupCollection Class : SetItem Method
Replaces the Group at the specified index.
Syntax
'Declaration
 
Protected Overrides Sub SetItem( _
   ByVal index As System.Integer, _
   ByVal group As Group _
) 
protected override void SetItem( 
   System.int index,
   Group group
)

Parameters

index
group
See Also

Reference

GroupCollection Class
GroupCollection Members