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

In This Topic
    Insert Method (RibbonTabCollection)
    In This Topic
    Inserts a RibbonTab to the RibbonTabCollection at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal tab As RibbonTab _
    ) 
    public void Insert( 
       System.int index,
       RibbonTab tab
    )

    Parameters

    index
    tab
    See Also