[]
Gets or sets whether the worksheet displays formulas.
Returns true if formulas are displayed instead of calculated values, or false if the worksheet displays values.
bool DisplayFormulas { get; set; }
Property DisplayFormulas As Boolean
IWorksheetView sheetView = worksheet.SheetView;
sheetView.DisplayFormulas = true;
bool displayFormulas = sheetView.DisplayFormulas;