Click or drag to resize
CalculationWorks Logo
BcfRowGetRelatedRowCell Method (Int32)
Gets the BcfRelatedRowCell at the specified child relation index.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfRelatedRowCell GetRelatedRowCell(
	int childRelationIndex
)

Parameters

childRelationIndex
Type: SystemInt32
Index of the child relation.

Return Value

Type: BcfRelatedRowCell
BcfRelatedRowCell.
See Also