Spread Windows Forms 12.0 Product Documentation
Attach Method (FpSpread)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : Attach Method
A Workbook object to attach to the spread control.
Attachs a Workbook object to the spread control.
Syntax
'Declaration
 
Public Function Attach( _
   ByVal workbook As IWorkbook _
) As Boolean
'Usage
 
Dim instance As FpSpread
Dim workbook As IWorkbook
Dim value As Boolean
 
value = instance.Attach(workbook)
public bool Attach( 
   IWorkbook workbook
)

Parameters

workbook
A Workbook object to attach to the spread control.

Return Value

true if the specified workbook is attached to this FpSpread, false otherwise.
See Also

Reference

FpSpread Class
FpSpread Members