Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCell.ShowFormula Property

Specifies if the cell displays a source text of the cell object’s formula expression.

#Declaration

Delphi
property ShowFormula: TdxDefaultBoolean read; write;

#Property Value

Type
TdxDefaultBoolean

#Remarks

Set this property to bTrue or bFalse to show or hide the formula source text, overriding both the Options.ShowFormulas and OptionsView.ShowFormulas properties provided by the Table View worksheet and Spreadsheet/Report Designer controls, respectively.

If the ShowFormula property is set to bDefault, the formula source text visibility depends on the Table View worksheet’s Options.ActualShowFormulas property value.

The default ShowFormula property value is bDefault.

See Also