[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonBar.Attach

Attach Method

Attach(FpSpread, bool)

Attaches the specified Spread control to the ribbon bar.

Declaration
public void Attach(FpSpread spread, bool defaultTabs = true)
Public Sub Attach(spread As FpSpread, Optional defaultTabs As Boolean = True)
Parameters
Type Name Description
FpSpread spread

Spread control.

bool defaultTabs