ComponentOne Ribbon for WinForms
Insert Method (RibbonTabGroupCollection)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonTabGroupCollection Class : Insert Method
Inserts a RibbonContextualTabGroup to the RibbonTabGroupCollection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal tabGroup As RibbonContextualTabGroup _
) 
public void Insert( 
   System.int index,
   RibbonContextualTabGroup tabGroup
)

Parameters

index
tabGroup
See Also

Reference

RibbonTabGroupCollection Class
RibbonTabGroupCollection Members