Click or drag to resize

BcfChildRelationCellCounterparts Property

Gets the enumeration of related BcfParentRelationCell.

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

Return Value

Type: IEnumerableBcfParentRelationCell
The enumeration of related BcfParentRelationCell
See Also