CellFormat.FormulaHidden Property
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.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property FormulaHidden As Object
Get
Set
'Usage
Dim instance As CellFormat
Dim value As Object
value = instance.FormulaHidden
instance.FormulaHidden = value
Object FormulaHidden { get; set; }
Property Value
Type: System.Object
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.