SheetXL - v0.3.20
    Preparing search index...

    Class WorkbookView

    Default Workbook View.

    Implements

    Index

    Constructors

    • Parameters

      • Optionaloptions: ConstructorOptions

      Returns WorkbookView

    Methods

    • The id of of the activeSheet.

      Parameters

      • newValue: number

      Returns WorkbookView

      This is NOT the index of the sheet but instead the id (1 based) If the sheets have been reordered then these won't match.

    • Specifies ratio between the workbook tabs and the horizontal scroll bar.

      Parameters

      • newValue: number

      Returns WorkbookView

      600
      

      This is expressed as a percent * 1000.

    • Saves the current state to JSON.

      Returns JSON

    • Parameters

      • view: Partial<IWorkbookView.Properties>
      • notify: boolean = true

      Returns void