NetXP 3.0 Reference

ListBarGroupCollection.Insert Method 

Inserts a group at the specified 0-based index in the collection of groups.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal group As ListBarGroup _
)
[C#]
public void Insert(
   int index,
   ListBarGroup group
);

Parameters

index
The 0-based index to insert the group at.
group
The ListBarGroup to add.

See Also

ListBarGroupCollection Class | NETXP.Controls.Bars Namespace