Click or drag to resize

BcfTransactionRecalculateAllValues Property

Gets a value indicating whether all cells (except of optimizer columns) should be recomputed on next Compute(Boolean).

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool RecalculateAllValues { get; }

Property Value

Type: Boolean
if all cells (except of optimizer columns) should be recomputed on next Compute(Boolean); otherwise, .
See Also