Click or drag to resize

IBcfParameterGetItemSourceCell Method

Returns the first cell the item of tuple parameter depends on.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
BcfCell GetItemSourceCell(
	BcfRow tupleSourceRow
)

Parameters

tupleSourceRow
Type: CalculationWorks.BusinessModelBcfRow
The source row of tuple.

Return Value

Type: BcfCell
The first cell the item of tuple parameter depends on.
Exceptions
ExceptionCondition
ArgumentNullExceptiontupleSourceRow is .
ArgumentException

Specified tupleSourceRow must have row-stateValid

or

Specified tupleSourceRow does not belong to the tuple source table.

InvalidOperationExceptionThe parameter has no OwningTupleParameter.
See Also