Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGroupCollection Class / Insert Method
The zero-based index at which value should be inserted.
The RibbonGroup to insert.


In This Topic
    Insert Method (RibbonGroupCollection)
    In This Topic
    Inserts a RibbonGroup to the RibbonGroupCollection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal group As RibbonGroup _
    ) 
    'Usage
     
    
    Dim instance As RibbonGroupCollection
    Dim index As Integer
    Dim group As RibbonGroup
     
    instance.Insert(index, group)
    public void Insert( 
       int index,
       RibbonGroup group
    )

    Parameters

    index
    The zero-based index at which value should be inserted.
    group
    The RibbonGroup to insert.
    See Also