Style.FormulaHidden Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.