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