Excel.Interfaces.FormatProtectionUpdateData interface
An interface for updating data on the FormatProtection
object, for use in formatProtection.set({ ... })
.
Properties
formula |
Specifies if Excel hides the formula for the cells in the range. A |
locked | Specifies if Excel locks the cells in the object. A |
Property Details
formulaHidden
Specifies if Excel hides the formula for the cells in the range. A null
value indicates that the entire range doesn't have a uniform formula hidden setting.
formulaHidden?: boolean;
Property Value
boolean
Remarks
locked
Specifies if Excel locks the cells in the object. A null
value indicates that the entire range doesn't have a uniform lock setting.
locked?: boolean;
Property Value
boolean
Remarks
Office Add-ins