Spread WinForms 15
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)

Parameters

exportContext
clearSource
See Also