Style.FormulaHidden Property

Definition

True if the formula will be hidden when the worksheet is protected.

public:
 property bool FormulaHidden { bool get(); void set(bool value); };
public bool FormulaHidden { get; set; }
Public Property FormulaHidden As Boolean

Property Value

Remarks

Don’t confuse this property with the Hidden property. The formula will not be hidden if the workbook is protected and the worksheet is not, but only if the worksheet is protected.

Applies to