Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonTabCollection Class / RemoveAt Method
The index of the RibbonTab to remove.


In This Topic
    RemoveAt Method (RibbonTabCollection)
    In This Topic
    Removes the RibbonTab at the specified index of the RibbonTabCollection.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As RibbonTabCollection
    Dim index As Integer
     
    instance.RemoveAt(index)
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The index of the RibbonTab to remove.
    See Also