Click or drag to resize

IBcfParameterGetSourceCells Method

Returns the cells the parameter depends on.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
IEnumerable<BcfCell> GetSourceCells(
	BcfRow calculatingRow
)

Parameters

calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
the calculating row.

Return Value

Type: IEnumerableBcfCell
The cells 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