ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonQatItemCollection Class / Insert Method / Insert(Int32,RibbonGroup) Method

In This Topic
    Insert(Int32,RibbonGroup) Method
    In This Topic
    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