Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonItemCollection Class / Add Method / Add(RibbonItem) Method
The index of the item in the collection.


In This Topic
    Add(RibbonItem) Method
    In This Topic
    Adds the specified RibbonItem to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal item As RibbonItem _
    ) 
    'Usage
     
    
    Dim instance As RibbonItemCollection
    Dim item As RibbonItem
     
    instance.Add(item)
    public void Add( 
       RibbonItem item
    )

    Parameters

    item
    The index of the item in the collection.
    See Also