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


In This Topic
    Remove Method (RibbonGroupCollection)
    In This Topic
    Removes the first occurrence of a specific RibbonGroup from the RibbonGroupCollection.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal group As RibbonGroup _
    ) 
    'Usage
     
    
    Dim instance As RibbonGroupCollection
    Dim group As RibbonGroup
     
    instance.Remove(group)
    public void Remove( 
       RibbonGroup group
    )

    Parameters

    group
    See Also