Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / LegacyClipboardCopyCommand Class / CreateWorkbook Method


In This Topic
    CreateWorkbook Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateWorkbook( _
       ByRef exportContext As ExportContext, _
       Optional ByVal clearSource As Boolean _
    ) As Workbook
    'Usage
     
    
    Dim instance As LegacyClipboardCopyCommand
    Dim exportContext As ExportContext
    Dim clearSource As Boolean
    Dim value As Workbook
     
    value = instance.CreateWorkbook(exportContext, clearSource)
    protected virtual Workbook CreateWorkbook( 
       out ExportContext exportContext,
       bool clearSource
    )

    Parameters

    exportContext
    clearSource
    See Also