| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal index As Integer, _ ByVal item As CommandBarItem _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Insert( int index, CommandBarItem item ) | |
Parameters
- index
- The index in which to insert the element.
- item
- The specific item that will be added to the CommandBarItemCollection.