Click or drag to resize
CalculationWorks Logo
BcfRowAddChildRow Method (Int32, BcfRow)
Adds the specified row as child row.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public void AddChildRow(
	int parentRelationIndex,
	BcfRow newChildRow
)

Parameters

parentRelationIndex
Type: SystemInt32
Index of the parent relation.
newChildRow
Type: CalculationWorks.BusinessModelBcfRow
The new child row.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionparentRelationIndex out of bounds.
ArgumentNullExceptionnewChildRow is null
Remarks
This is the abbreviated form of: GetRelatedRowsCell(Int32).AddChildRow(BcfRow).
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also