Click or drag to resize
CalculationWorks Logo
BcfRowGetRelatedRowsCell Method (Int32)
Gets the BcfRelatedRowsCell at the specified parent relation index.

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

Parameters

parentRelationIndex
Type: SystemInt32
Index of the parent relation.

Return Value

Type: BcfRelatedRowsCell
BcfRelatedRowsCell.
See Also