Click or drag to resize

BcfParameterGetSourceCell Method

Returns the first cell the parameter depends on.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public virtual BcfCell GetSourceCell(
	BcfRow calculatingRow
)

Parameters

calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
the calculating row.

Return Value

Type: BcfCell
The first cell the parameter depends on.

Implements

IBcfParameterGetSourceCell(BcfRow)
Exceptions
ExceptionCondition
ArgumentNullExceptioncalculatingRow is .
ArgumentExceptioncalculatingRowRowState not equals Valid

or

Specified calculatingRow does not belong to the parameters Calculator table.
See Also