Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonQatLinkCollection Class / Insert Method

In This Topic
    Insert Method (RibbonQatLinkCollection)
    In This Topic
    Inserts an item into the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As Component _
    ) 
    public void Insert( 
       int index,
       Component item
    )

    Parameters

    index
    item
    See Also