Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Excel.CellPropertiesProtection interface

Package:
excel

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

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


Feedback

Was this page helpful?