Click or drag to resize

BcfChildRelationCellSetChildRowOrder Method

Sets the childrow order.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public void SetChildRowOrder(
	ImmutableList<BcfRow> childRowsOrdered
)

Parameters

childRowsOrdered
Type: ImmutableListBcfRow
Exceptions
ExceptionCondition
ArgumentNullExceptionchildRowsOrdered is .
ArgumentExceptionSpecified childRowsOrdered is not a valid set of this collection.
See Also