Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonBar Class / Attach Method
Spread control.


In This Topic
    Attach Method (RibbonBar)
    In This Topic
    Attaches the specified Spread control to the ribbon bar.
    Syntax
    'Declaration
     
    
    Public Sub Attach( _
       ByVal spread As FpSpread, _
       Optional ByVal defaultTabs As Boolean _
    ) 
    'Usage
     
    
    Dim instance As RibbonBar
    Dim spread As FpSpread
    Dim defaultTabs As Boolean
     
    instance.Attach(spread, defaultTabs)
    public void Attach( 
       FpSpread spread,
       bool defaultTabs
    )

    Parameters

    spread
    Spread control.
    defaultTabs
    See Also