Click or drag to resize

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
Syntax
public bool IsOutdated(
	bool exact
)

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: Boolean
A value indicating the computed value is outdated
See Also