Compartir a través de


WorksheetView.DisplayFormulas Property

Returns or sets if formulas should be displayed or hidden in the current worksheet view. Read/write.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property DisplayFormulas As Boolean
    Get
    Set
'Usage
Dim instance As WorksheetView
Dim value As Boolean

value = instance.DisplayFormulas

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

Property Value

Type: System.Boolean
Boolean

See Also

Reference

WorksheetView Interface

WorksheetView Members

Microsoft.Office.Interop.Excel Namespace