Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonTabCollection Class / Add Method
The RibbonTab to add.


In This Topic
    Add Method (RibbonTabCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal tab As RibbonTab _
    ) As Integer
    'Usage
     
    
    Dim instance As RibbonTabCollection
    Dim tab As RibbonTab
    Dim value As Integer
     
    value = instance.Add(tab)
    public int Add( 
       RibbonTab tab
    )

    Parameters

    tab
    The RibbonTab to add.

    Return Value

    The position into which the group was inserted.
    See Also