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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins