workbookFormatProtection resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the format protection of a range object.
Methods
Method | Return Type | Description |
---|---|---|
Get | workbookFormatProtection | Read the properties and relationships of a workbookFormatProtection object. |
Update | workbookFormatProtection | Update a workbookFormatProtection object. |
Properties
Property | Type | Description |
---|---|---|
formulaHidden | Boolean | Indicates whether 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. |
locked | Boolean | Indicates whether Excel locks the cells in the object. A null value indicates that the entire range doesn't have uniform lock setting. |
Relationships
None
JSON representation
The following JSON representation shows the resource type.
{
"formulaHidden": true,
"locked": true
}