Insert Method (RibbonQatLinkCollection)
In This Topic
Inserts an item into the collection at the specified index.
Syntax
'Declaration
Public Sub Insert( _
ByVal As System.Integer, _
ByVal As System.ComponentModel.Component _
)
public void Insert(
System.int ,
System.ComponentModel.Component
)
Parameters
- index
- item
See Also