Click or drag to resize
NanoXLSX

Workbook Properties

The Workbook type exposes the following members.

Properties
 NameDescription
Public propertyCurrentWorksheet Gets the current worksheet
Public propertyFilename Gets or sets the filename of the workbook.
Public propertyHidden Gets or sets whether the whole workbook is hidden
Public propertyLockStructureIfProtected Gets whether the structure are locked if workbook is protected. See also SetWorkbookProtection(Boolean, Boolean, Boolean, String)
Public propertyLockWindowsIfProtected Gets whether the windows are locked if workbook is protected. See also SetWorkbookProtection(Boolean, Boolean, Boolean, String)
Public propertySelectedWorksheet Gets the selected worksheet. The selected worksheet is not the current worksheet while design time but the selected sheet in the output file
Public propertyUseWorkbookProtection Gets or sets whether the workbook is protected
Public propertyWorkbookMetadata Meta data object of the workbook
Public propertyWorkbookProtectionPassword Gets the password used for workbook protection. See also SetWorkbookProtection(Boolean, Boolean, Boolean, String)
Public propertyWorkbookProtectionPasswordHash Hash of the protected workbook, originated from WorkbookProtectionPassword
Public propertyWorksheets Gets the list of worksheets in the workbook
Public propertyWS Gets the shortener object for the current worksheet
Top
See Also