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);

Parameters

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