| title | workbookFormatProtection resource type |
|---|---|
| description | Represents the format protection of a range object. |
| ms.localizationpriority | medium |
| author | ruoyingl |
| ms.subservice | excel |
| doc_type | resourcePageType |
| toc.title | Format protection |
| ms.date | 08/01/2024 |
Namespace: microsoft.graph
Represents the format protection of a range object.
| Method | Return Type | Description |
|---|---|---|
| Get | workbookFormatProtection | Read the properties and relationships of a workbookFormatProtection object. |
| Update | workbookFormatProtection | Update a workbookFormatProtection object. |
| 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. |
None.
The following JSON representation shows the resource type.
{
"formulaHidden": true,
"locked": true
}