Insert Method (RibbonTabCollection)
In This Topic
Inserts a
RibbonTab to the
RibbonTabCollection at the specified index.
Syntax
'Declaration
Public Sub Insert( _
ByVal As System.Integer, _
ByVal As RibbonTab _
)
public void Insert(
System.int ,
RibbonTab
)
Parameters
- index
- tab
See Also