ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonGroupCollection Class / Insert Method
The zero-based index at which group should be inserted.
The RibbonGroup to insert.

In This Topic
    Insert Method (RibbonGroupCollection)
    In This Topic
    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