 | Workbook Properties |
The Workbook type exposes the following members.
Properties | Name | Description |
---|
 | CurrentWorksheet |
Gets the current worksheet
|
 | Filename |
Gets or sets the filename of the workbook
|
 | Hidden |
Gets or sets a value indicating whether Hidden
Gets or sets whether the whole workbook is hidden
|
 | LockStructureIfProtected |
Gets a value indicating whether LockStructureIfProtected
Gets whether the structure are locked if workbook is protected. See also SetWorkbookProtection(Boolean, Boolean, Boolean, String) |
 | LockWindowsIfProtected |
Gets a value indicating whether LockWindowsIfProtected
Gets whether the windows are locked if workbook is protected. See also SetWorkbookProtection(Boolean, Boolean, Boolean, String) |
 | SelectedWorksheet |
Gets the selected worksheet. The selected worksheet is not the current worksheet while design time but the selected sheet in the output file
|
 | UseWorkbookProtection |
Gets or sets a value indicating whether UseWorkbookProtection
Gets or sets whether the workbook is protected
|
 | WorkbookMetadata |
Gets or sets the WorkbookMetadata
Meta data object of the workbook
|
 | WorkbookProtectionPassword |
Gets the password used for workbook protection. See also SetWorkbookProtection(Boolean, Boolean, Boolean, String) |
 | WorkbookProtectionPasswordHash |
Gets or sets the WorkbookProtectionPasswordHash
Hash of the protected workbook, originated from WorkbookProtectionPassword |
 | Worksheets |
Gets the list of worksheets in the workbook
|
 | WS |
Gets the shortener object for the current worksheet
|
Top
See Also