Range.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.
Determines if the formula will be hidden when the worksheet is protected.
public:
property System::Object ^ FormulaHidden { System::Object ^ get(); void set(System::Object ^ value); };
public object FormulaHidden { get; set; }
Public Property FormulaHidden As Object
Property Value
Remarks
This property returns True if the formula will be hidden when the worksheet is protected. It returns Null if the specified range contains some cells with FormulaHidden equal to True and some cells with FormulaHidden equal to False.
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.