The following tables list the members exposed by Workbook.
| Name | Description | |
|---|---|---|
![]() | Workbook Constructor | Initializes a new instance of the Workbook class. |
| Name | Description | |
|---|---|---|
![]() | FileVersion | Sets or returns the BIFF version to which the spreadsheet will be saved. |
![]() | ProtectWorkBookStructure | Sets or returns a value indicating whether the workbook or sheet is protected. |
![]() | ProtectWorkbookWindows | Sets or returns a value indicating whether Excel will let the user add, delete, reorder, or rename sheets in the workbook. |
![]() | Sheets | Returns a DDSheets object, which is a collection of DDSheet objects, which make up the workbook. |
| Name | Description | |
|---|---|---|
![]() | Clear | Removes all sheets, creates a fresh instance of all member class variables and initializes all member data variables to their default value. |
![]() | Save | Overloaded. Saves the current workbook. |


