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

Introduced: X18.

<void> TXTextControl.setIsFormulaCalculationEnabled(<boolean> enable, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
enable Specifies whether formulas in tables are automatically calculated when the text of an input cell is changed.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.