Partager via


Style.FormulaHidden Property

True 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 Boolean
    Get
    Set
'Usage
Dim instance As Style
Dim value As Boolean

value = instance.FormulaHidden

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

Property Value

Type: System.Boolean

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.

See Also

Reference

Style Interface

Style Members

Microsoft.Office.Interop.Excel Namespace