Click or drag to resize

BcfCellInvalidate Method

[This is preliminary documentation and is subject to change.]

Flags the cells value as outdated.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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.

To recompute everything see EnterDumbMode.

See Also