Skip to main content

TdxSpreadSheetOptionsBehavior.AutomaticCalculation Property

Specifies if formula expression results are calculated automatically.

Declaration

property AutomaticCalculation: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

By default, formula expressions are recalculated automatically each time the source values change. Set the AutomaticCalculation property to False to disable this behavior. To recalculate all formula expressions manually, call the Spreadsheet/Report Designer control’s FormulaController.Calculate procedure.

The default value of the AutomaticCalculation property is True.

See Also