Click or drag to resize

BcfParentRelationCellParentRow Property

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

Gets or sets the parent row.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfRow ParentRow { get; set; }

Property Value

Type: BcfRow
The parent row - or null if not set.
See Also