Range.FormulaHidden Property

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

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 Range
Dim value As Object

value = instance.FormulaHidden

instance.FormulaHidden = value
Object FormulaHidden { get; set; }

Property Value

Type: System.Object

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.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace