Excel.Interfaces.FormatProtectionData interface

Warning

This API is now deprecated.

An interface describing the data returned by calling formatProtection.toJSON().

Properties

formulaHidden

Specifies if Excel hides the formula for the cells in the range. A null value indicates that the entire range doesn't have a uniform formula hidden setting.

locked

Specifies if Excel locks the cells in the object. A null value indicates that the entire range doesn't have a uniform lock setting.

Property Details

formulaHidden

Warning

This API is now deprecated.

Specifies if Excel hides the formula for the cells in the range. A null value indicates that the entire range doesn't have a uniform formula hidden setting.

formulaHidden?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.2 ]

locked

Warning

This API is now deprecated.

Specifies if Excel locks the cells in the object. A null value indicates that the entire range doesn't have a uniform lock setting.

locked?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.2 ]