TXTextControl.IsFormulaCalculationEnabled Property

Gets or sets a value indicating whether formulas in tables are automatically calculated when the text of an input cell is changed.

Introduced: 26.0.

Syntax

TXTextControl.IsFormulaCalculationEnabled [= boolean]
Setting Description
True (Default) Formulas in tables are automatically calculated.
False Formula calculation is disabled.

Data Types

Boolean.

See Also