ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonItemCollectionBase Class / Insert Method

In This Topic
    Insert Method (RibbonItemCollectionBase)
    In This Topic
    Inserts the specified RibbonItem into this collection at the given index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As RibbonItem _
    ) 
    public void Insert( 
       System.int index,
       RibbonItem item
    )

    Parameters

    index
    item
    See Also