ComponentOne Ribbon for WinForms
Insert(Int32,RibbonGroup) Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonQatItemCollection Class > Insert Method : Insert(Int32,RibbonGroup) Method
Inserts the specified RibbonGroup into this collection at the given index.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As System.Integer, _
   ByVal group As RibbonGroup _
) 
public void Insert( 
   System.int index,
   RibbonGroup group
)

Parameters

index
group
See Also

Reference

RibbonQatItemCollection Class
RibbonQatItemCollection Members
Overload List