Excel.Interfaces.WorkbookProtectionData interface
An interface describing the data returned by calling workbookProtection.toJSON()
.
Properties
protected | Specifies if the workbook is protected. |
Property Details
protected
Specifies if the workbook is protected.
protected?: boolean;
Property Value
boolean