Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonItemCollection Class / Remove Method


In This Topic
    Remove Method (RibbonItemCollection)
    In This Topic
    Removes the first occurrence of the specified RibbonItem from the collection.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal item As RibbonItem _
    ) 
    'Usage
     
    
    Dim instance As RibbonItemCollection
    Dim item As RibbonItem
     
    instance.Remove(item)
    public void Remove( 
       RibbonItem item
    )

    Parameters

    item
    See Also