formatProtection resource type

Namespace: microsoft.graph

Represents the format protection of a range object.

Methods

Method Return Type Description
Get FormatProtection FormatProtection Read properties and relationships of formatProtection object.
Update FormatProtection Update FormatProtection object.

Properties

Property Type Description
formulaHidden boolean 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.
locked boolean Indicates if 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
}