[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.Attach

Attach Method

Attach(IWorkbook)

Attachs a FarPoint.Win.Spread.FpSpread.Workbook object to the spread control.

Declaration
public bool Attach(IWorkbook workbook)
Public Function Attach(workbook As IWorkbook) As Boolean
Parameters
Type Name Description
IWorkbook workbook

A FarPoint.Win.Spread.FpSpread.Workbook object to attach to the spread control.

Returns
Type Description
bool

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