Spread Windows Forms 12.0 Product Documentation
AsWorkbook Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : AsWorkbook Method
Gets the coressponding GrapeCity.Spreadsheet.IWorkbook object that allows accessing to new object model and API set.
Syntax
'Declaration
 
Public Function AsWorkbook() As IWorkbook
'Usage
 
Dim instance As FpSpread
Dim value As IWorkbook
 
value = instance.AsWorkbook()
public IWorkbook AsWorkbook()

Return Value

A GrapeCity.Spreadsheet.IWorkbook object represents the coressponding workbook.
See Also

Reference

FpSpread Class
FpSpread Members