FormatProtection Object (JavaScript API for Excel)
Represents the format protection of a range object.
Properties
| Property | Type | Description | Req. Set |
|---|---|---|---|
| formulaHidden | bool | Indicates if Excel hides the formula for the cells in the range. A null value indicates that the entire range doesn't have uniform formula hidden setting. | 1.2 |
| locked | bool | Indicates if Excel locks the cells in the object. A null value indicates that the entire range doesn't have uniform lock setting. | 1.2 |
See property access examples.
Relationships
None
Methods
None
Method Details
load(param: object)
Fills the proxy object created in JavaScript layer with property and object values specified in the parameter.
Syntax
object.load(param);
Parameters
| Parameter | Type | Description | |
|---|---|---|---|
| param | object | Optional. Accepts parameter and relationship names as delimited string or an array. Or, provide loadOption object. |
Returns
void