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

    Parameters

    index
    group
    See Also