 | 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
Syntaxpublic BcfRow ParentRow { get; set; }Public Property ParentRow As BcfRow
Get
Set
Property Value
Type:
BcfRowThe parent row - or
null if not set.
See Also