Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AsWorkbook Method


In This Topic
    AsWorkbook Method
    In This Topic
    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