CellFormat.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. Returns Null if the specified range contains some cells with FormulaHidden equal to True and some cells with FormulaHidden equal to False.
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
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; it will be hidden only if the worksheet is protected.