Click or drag to resize

BcfChildRelationCellCounterparts Property

[This is preliminary documentation and is subject to change.]

Creates an array of the related BcfParentRelationCell.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public IEnumerable<BcfParentRelationCell> Counterparts { get; }

Return Value

Type: IEnumerableBcfParentRelationCell
The array of the related BcfParentRelationCell
See Also