Skip to main content
Row

WorksheetView.ShowFormulas Property

Gets or sets whether to display the formula in each cell instead of the formula result.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool ShowFormulas { get; set; }

Property Value

Type Description
Boolean

true, to display formulas; otherwise, false.

Remarks

The ShowFormulas property allows you to toggle between displaying formulas and formula results on the current worksheet only. Note that this property does not change the state of cells, only the way they are displayed.

This property value is saved to a document and influences how the worksheet is previewed and printed. The printed document will contain the full formula expression instead of the calculated result for each formula in the worksheet whose ShowFormulas property is set to true.

See Also