TdxSpreadSheetCell.ShowFormula Property
Specifies if the cell displays a source text of the cell object’s formula expression.
Declaration
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