Workbook {Microsoft.VisualBasic.MIME.Office.Excel.XLSX.Writer} .NET clr documentation

Workbook

Description

Class representing a workbook

Declare

            
# namespace Microsoft.VisualBasic.MIME.Office.Excel.XLSX.Writer
export class Workbook {
   # Gets the current worksheet
   CurrentWorksheet: Worksheet;
   # Gets or sets the filename of the workbook
   Filename: string;
   # Gets or sets a value indicating whether Hidden
   #  Gets or sets whether the whole workbook is hidden
   Hidden: boolean;
   # Gets a value indicating whether LockStructureIfProtected
   #  Gets whether the structure are locked if workbook is protected. See also @M:Microsoft.VisualBasic.MIME.Office.Excel.XLSX.Writer.Workbook.SetWorkbookProtection(System.Boolean,System.Boolean,System.Boolean,System.String)
   LockStructureIfProtected: boolean;
   # Gets a value indicating whether LockWindowsIfProtected
   #  Gets whether the windows are locked if workbook is protected. See also @M:Microsoft.VisualBasic.MIME.Office.Excel.XLSX.Writer.Workbook.SetWorkbookProtection(System.Boolean,System.Boolean,System.Boolean,System.String)
   LockWindowsIfProtected: boolean;
   # Gets the selected worksheet. The selected worksheet is not the current worksheet while design time but the selected sheet in the output file
   SelectedWorksheet: integer;
   # Gets or sets a value indicating whether UseWorkbookProtection
   #  Gets or sets whether the workbook is protected
   UseWorkbookProtection: boolean;
   # Gets or sets the WorkbookMetadata
   #  Meta data object of the workbook
   WorkbookMetadata: Metadata;
   # Gets the password used for workbook protection. See also @M:Microsoft.VisualBasic.MIME.Office.Excel.XLSX.Writer.Workbook.SetWorkbookProtection(System.Boolean,System.Boolean,System.Boolean,System.String)
   WorkbookProtectionPassword: string;
   WorkbookProtectionPasswordHash: string;
   # Gets the list of worksheets in the workbook
   Worksheets: iterates(Worksheet);
   # Gets the shortener object for the current worksheet
   WS: Shortener;
}

        

.NET clr type reference tree

  1. use by property member CurrentWorksheet: Worksheet
  2. use by property member WorkbookMetadata: Metadata
  3. use by property member Worksheets: iterates(Worksheet)
  4. use by property member WS: Shortener

[Package {$package} version {$version} Index]