Workbook Properties

PicoXLSX

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 propertyLockStructureIfProtected
Gets whether the structure are locked if workbook is protected
Public propertyLockWindowsIfProtected
Gets whether the windows are locked if workbook is protected
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 propertyStyles
Gets the style manager of this workbook
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
Public propertyWorksheets
Gets the list of worksheets in the workbook
Public propertyWS
Gets the shortener object for the current worksheet
Top
See Also