Name | Description | |
---|---|---|
![]() | Workbook Constructor | The default constructor for the Workbook class. |
The following tables list the members exposed by Workbook.
Name | Description | |
---|---|---|
![]() | Workbook Constructor | The default constructor for the Workbook class. |
Name | Description | |
---|---|---|
![]() | DefaultFontName | Returns the name of the default font. |
![]() | DefaultFontSizeInPoints | Returns the size of the default font in points. |
Name | Description | |
---|---|---|
![]() | FileFormat | Gets or sets the file format in which one the spreadsheet will be saved. |
![]() | OpenXmlStandard | Gets or sets the level of Open XML document conformance when exporting to the Xlsx file format. |
![]() | ProtectWorkbookPassword | Gets or sets the password to protect the items in the workbook. |
![]() | ProtectWorkBookStructure | Gets or sets the protection status for a sheet or workbook. |
![]() | ProtectWorkbookWindows | Gets or sets an option from the Protect Workbook dialog box. |
![]() | Security | Gets a DDSecurity object for initializing document security. |
![]() | SheetName | Gets or sets a value indicating the name of sheet. Sheet is default. |
![]() | Sheets | Gets the collection of sheets as a DDSheets collection object. |
![]() | UseCompression | Gets or sets the value indicating whether compression is used when exporting to the Xlsx file format. |
![]() | UseDefaultPalette | Gets or sets whether the document is exported with the default Excel palette. |
Name | Description | |
---|---|---|
![]() | Clear | Removes all sheets, creates a new instance of all member class variables, and initializes all member data variables to their default values. |
![]() | Save | Overloaded. Saves the current spreadsheet workbook to the specified Stream. |