 | BcfTransactionRecalculateAllValues Property |
[This is preliminary documentation and is subject to change.]
Gets a value indicating whether all calculations should be executed on next
Compute(Boolean) independent of cell state evaluation.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic bool RecalculateAllValues { get; }Public ReadOnly Property RecalculateAllValues As Boolean
Get
Property Value
Type:
Booleantrue if all calculations should be executed on next
Compute(Boolean) independent of cell state evaluation; otherwise,
false.
See Also