ComponentOne Ribbon for WinForms
Insert Method (RibbonGroupCollection)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonGroupCollection Class : Insert Method
The zero-based index at which group should be inserted.
The RibbonGroup to insert.
Inserts a RibbonGroup to the RibbonGroupCollection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal group As RibbonGroup _
) 
public void Insert( 
   System.int index,
   RibbonGroup group
)

Parameters

index
The zero-based index at which group should be inserted.
group
The RibbonGroup to insert.
See Also

Reference

RibbonGroupCollection Class
RibbonGroupCollection Members