Click or drag to resize
PicoXLSX

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 a value indicating whether Hidden Gets or sets whether the whole workbook is hidden
Public propertyLockStructureIfProtected Gets a value indicating whether LockStructureIfProtected Gets whether the structure are locked if workbook is protected. See also SetWorkbookProtection(Boolean, Boolean, Boolean, String)
Public propertyLockWindowsIfProtected Gets a value indicating whether LockWindowsIfProtected 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 a value indicating whether UseWorkbookProtection Gets or sets whether the workbook is protected
Public propertyWorkbookMetadata Gets or sets the WorkbookMetadata Meta data object of the workbook
Public propertyWorkbookProtectionPassword Gets the password used for workbook protection. See also SetWorkbookProtection(Boolean, Boolean, Boolean, String)
Public propertyWorkbookProtectionPasswordHash Gets or sets the WorkbookProtectionPasswordHash 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