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


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

    Parameters

    tab
    See Also