FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / 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 System.Integer, _
       ByVal item As System.ComponentModel.Component _
    ) 
    public void Insert( 
       System.int index,
       System.ComponentModel.Component item
    )

    Parameters

    index
    item
    See Also