[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.-ctor

Workbook Constructor

Workbook()

Creates the workbook.

Declaration
public Workbook()

Workbook(WorkbookOptions)

Creates the workbook.

Declaration
public Workbook(WorkbookOptions options)
Parameters
Type Name Description
WorkbookOptions options

The workbook options.

Workbook(string)

Creates the workbook.

Declaration
public Workbook(string licenseKey)
Parameters
Type Name Description
string licenseKey

The license key.

Workbook(string, WorkbookOptions)

Creates the workbook.

Declaration
public Workbook(string licenseKey, WorkbookOptions options)
Parameters
Type Name Description
string licenseKey

The license key.

WorkbookOptions options

The workbook options.