 | 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
Syntaxpublic delegate void BcfUpdateCurrentCell(
bool force = false
)
Public Delegate Sub BcfUpdateCurrentCell (
Optional force As Boolean = false
)
Parameters
- force (Optional)
- Type: SystemBoolean
Set force to true to update a computed cell. Default is false.
RemarksWhen setting force
computed cells will updated and queued for recalculation. So the value set is only temporary.
force
results a minor performance loss - caused by internal change-observation and undo-collection.
See Also