Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 Integer, _
       ByVal group As RibbonGroup _
    ) 
    public void Insert( 
       int index,
       RibbonGroup group
    )

    Parameters

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