Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonQatItemCollection Class / Add Method / Add(String) Method
The text to display on the new button.


In This Topic
    Add(String) Method
    In This Topic
    Adds a RibbonButton item to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal text As String _
    ) 
    'Usage
     
    
    Dim instance As RibbonQatItemCollection
    Dim text As String
     
    instance.Add(text)
    public void Add( 
       string text
    )

    Parameters

    text
    The text to display on the new button.
    See Also