Click or drag to resize
CalculationWorks Logo
BcfRowGetRelatedRowsCell Method (BcfRelation)
Gets the BcfRelatedRowsCell of the specified relation.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfRelatedRowsCell GetRelatedRowsCell(
	BcfRelation parentRelation
)

Parameters

parentRelation
Type: CalculationWorks.BusinessModelBcfRelation
The parent relation.

Return Value

Type: BcfRelatedRowsCell
BcfRelatedRowsCell.
See Also