[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheetView.DisplayFormulas

DisplayFormulas Property

DisplayFormulas

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.

Declaration
bool DisplayFormulas { get; set; }
Property DisplayFormulas As Boolean
Examples
IWorksheetView sheetView = worksheet.SheetView;
sheetView.DisplayFormulas = true;
bool displayFormulas = sheetView.DisplayFormulas;