Click or drag to resize

IBcfParameterGetSourceCell Method

Returns the first cell the parameter depends on.

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

Parameters

calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
the calculating row.

Return Value

Type: BcfCell
The first cell the parameter depends on.
Exceptions
ExceptionCondition
ArgumentNullExceptioncalculatingRow is .
ArgumentExceptioncalculatingRowRowState not equals Valid

or

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