Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonQatItemCollection Class / Insert Method
The zero-based index at which value should be inserted.
The ribbon item to insert into the list.


In This Topic
    Insert Method (RibbonQatItemCollection)
    In This Topic
    Inserts an item to the list at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As RibbonItem _
    ) 
    'Usage
     
    
    Dim instance As RibbonQatItemCollection
    Dim index As Integer
    Dim item As RibbonItem
     
    instance.Insert(index, item)
    public void Insert( 
       int index,
       RibbonItem item
    )

    Parameters

    index
    The zero-based index at which value should be inserted.
    item
    The ribbon item to insert into the list.
    See Also