Excel.Interfaces.WorksheetProtectionData interface
An interface describing the data returned by calling worksheetProtection.toJSON()
.
Properties
options | Specifies the protection options for the worksheet. |
protected | Specifies if the worksheet is protected. |
Property Details
options
Specifies the protection options for the worksheet.
options?: Excel.WorksheetProtectionOptions;
Property Value
Remarks
protected
Specifies if the worksheet is protected.
protected?: boolean;
Property Value
boolean