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


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

    Parameters

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