ComponentOne TileControl for WinForms
InsertItem Method (GroupCollection)

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

Parameters

index
group
See Also

Reference

GroupCollection Class
GroupCollection Members