[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonTabCollection.Insert

Insert Method

Insert(int, RibbonTab)

Inserts a RibbonTab to the RibbonTabCollection at the specified index.

Declaration
public void Insert(int index, RibbonTab tab)
Public Sub Insert(index As Integer, tab As RibbonTab)
Parameters
Type Name Description
int index

The index of the RibbonTab to insert.

RibbonTab tab

The RibbonTab to insert.