Provides information about the types of changes that are disabled when the associated Workbook is protected.
Constructors
Section titled "Constructors"WorkbookProtection
new WorkbookProtection(a: Workbook): WorkbookProtection Returns WorkbookProtection
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"allowEditStructure
Section titled "allowEditStructure"Returns a boolean indicating if the sheets displayed may be modified when the Workbook is protected.
get allowEditStructure(): boolean
Returns boolean
set allowEditStructure(a: boolean): void Parameters
- a:
boolean
Returns void
allowEditWindows
Section titled "allowEditWindows"Returns a boolean indicating if the Workbook windows may be modified when the Workbook is protected.
get allowEditWindows(): boolean
Returns boolean
set allowEditWindows(a: boolean): void Parameters
- a:
boolean
Returns void