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
Properties
| formula |
Represents the |
| locked | Represents the |
Property Details
formulaHidden
Represents the format.protection.formulaHidden property.
formulaHidden?: boolean;
Property Value
boolean
Remarks
locked
Represents the format.protection.locked property.
locked?: boolean;
Property Value
boolean