Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 1.79 KB

File metadata and controls

70 lines (51 loc) · 1.79 KB
title workbookFormatProtection resource type
description Represents the format protection of a range object.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice excel
author ruoyingl
ms.date 08/01/2024

workbookFormatProtection resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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
}