 | BcfCellIsOutdated Method (Boolean) |
Gets a value indicating the computed value is outdated.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic bool IsOutdated(
bool exact
)
Public Function IsOutdated (
exact As Boolean
) As Boolean
Parameters
- exact
- Type: SystemBoolean
to perform a fast check and return if cell might be outdated; to perform a deep check and return exact result.
Return Value
Type:
BooleanA value indicating the computed value is outdated
See Also