Inserts an object of the type RibbonGroup at the specified index of the collection.

Insert(Int, Windows.Forms.Ribbon.RibbonGroup)

public void Insert(int index, Windows.Forms.Ribbon.RibbonGroup ribbonGroup);
Public Sub Insert(ByVal index As Integer, ByVal ribbonGroup As Windows.Forms.Ribbon.RibbonGroup)

Parameters

Parameter Description
index The zero-based index at which the RibbonGroup should be inserted.
ribbonGroup The RibbonGroup to be inserted.