Edit

Excel.CellPropertiesProtection interface

Represents the format.protection properties of getCellProperties, getRowProperties, and getColumnProperties, or the format.protection input parameter of setCellProperties, setRowProperties, and setColumnProperties.

Remarks

[Api set: ExcelApi 1.9]

Properties

formulaHidden

Represents the format.protection.formulaHidden property.

locked

Represents the format.protection.locked property.

Property Details

formulaHidden

Represents the format.protection.formulaHidden property.

formulaHidden?: boolean;

Property Value

boolean

Remarks

[Api set: ExcelApi 1.9]

locked

Represents the format.protection.locked property.

locked?: boolean;

Property Value

boolean

Remarks

[Api set: ExcelApi 1.9]