Click or drag to resize
CalculationWorks Logo
BcfCellInvalidate Method
Flags the cells value as outdated. So the value will be recomputed.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public void Invalidate()
Exceptions
Remarks

If the value is not computed (Column.Function is null) the call will be ignored.

If you have to call the method on more then one BcfCell, you should use one BcfTransaction for best performance. Otherwise each call will begin and commit its own BcfTransaction.

Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also