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
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