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

[ API set: ExcelApi 1.2 ]

protected

Specifies if the worksheet is protected.

protected?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.2 ]