Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonTabCollection Class / Insert Method
The index of the RibbonTab to insert.
The RibbonTab to insert.


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 Integer, _
       ByVal tab As RibbonTab _
    ) 
    'Usage
     
    
    Dim instance As RibbonTabCollection
    Dim index As Integer
    Dim tab As RibbonTab
     
    instance.Insert(index, tab)
    public void Insert( 
       int index,
       RibbonTab tab
    )

    Parameters

    index
    The index of the RibbonTab to insert.
    tab
    The RibbonTab to insert.
    See Also