Click or drag to resize

BcfUpdateCurrentCell Delegate

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

Performs the update on current cell.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public delegate void BcfUpdateCurrentCell(
	bool force = false
)

Parameters

force (Optional)
Type: SystemBoolean
Set force to true to update a computed cell. Default is false.
Remarks

When setting force

:= true
computed cells will updated and queued for recalculation. So the value set is only temporary.

force

:= true
results a minor performance loss - caused by internal change-observation and undo-collection.

See Also