[]
Creates the workbook.
public Workbook()
Public Sub New()
Creates the workbook.
public Workbook(WorkbookOptions options)
Public Sub New(options As WorkbookOptions)
Type | Name | Description |
---|---|---|
WorkbookOptions | options | The workbook options. |
Creates the workbook.
public Workbook(string licenseKey)
Public Sub New(licenseKey As String)
Type | Name | Description |
---|---|---|
string | licenseKey | The license key. |
Creates the workbook.
public Workbook(string licenseKey, WorkbookOptions options)
Public Sub New(licenseKey As String, options As WorkbookOptions)
Type | Name | Description |
---|---|---|
string | licenseKey | The license key. |
WorkbookOptions | options | The workbook options. |