ComponentOne Ribbon for WinForms
Insert Method (RibbonTabCollection)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonTabCollection Class : Insert Method
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

Reference

RibbonTabCollection Class
RibbonTabCollection Members