'Declaration
Public Property DisplayFormulas As Boolean
'Usage
Dim instance As WorksheetView Dim value As Boolean instance.DisplayFormulas = value value = instance.DisplayFormulas
public bool DisplayFormulas {get; set;}
Property Value
true
if this sheet should display formulas; otherwise, false
.