ComponentOne Ribbon for WinForms
Insert Method (RibbonItemCollectionBase)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonItemCollectionBase Class : Insert Method
Inserts the specified RibbonItem into this collection at the given index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As RibbonItem _
) 
public void Insert( 
   System.int index,
   RibbonItem item
)

Parameters

index
item
See Also

Reference

RibbonItemCollectionBase Class
RibbonItemCollectionBase Members