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

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

Parameters

childRelationIndex
Type: SystemInt32
Index of the child relation.

Return Value

Type: BcfRelatedRowCell
BcfRelatedRowCell.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionchildRelationIndex out of bounds.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also