Gets the coressponding
GrapeCity.Spreadsheet.IWorkbook object that allows accessing to new object model and API set.
'Declaration
Public Function AsWorkbook() As IWorkbook
'Usage
Dim instance As FpSpread
Dim value As IWorkbook
value = instance.AsWorkbook()
Return Value
A
GrapeCity.Spreadsheet.IWorkbook object represents the coressponding workbook.