 | BcfUpdateCurrentCell Delegate |
Performs the update on current cell.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic delegate void BcfUpdateCurrentCell(
bool force = false
)
Public Delegate Sub BcfUpdateCurrentCell (
Optional force As Boolean = false
)
Parameters
- force (Optional)
- Type: SystemBoolean
Set force to to update a computed cell. Default is .
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