Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Factory Class / GetWorkbook Method


In This Topic
    GetWorkbook Method (Factory)
    In This Topic
    Gets a new instance of Workbook.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetWorkbook( _
       ByVal workbookSet As WorkbookSet, _
       ByVal legacyMode As Boolean _
    ) As Workbook
    'Usage
     
    
    Dim instance As Factory
    Dim workbookSet As WorkbookSet
    Dim legacyMode As Boolean
    Dim value As Workbook
     
    value = instance.GetWorkbook(workbookSet, legacyMode)
    protected virtual Workbook GetWorkbook( 
       WorkbookSet workbookSet,
       bool legacyMode
    )

    Parameters

    workbookSet
    legacyMode

    Return Value

    A Workbook object represents the new created workbook.
    Remarks
    Support for Spread.Win only
    See Also