 | BcfParentRelationCellOwningRow Property |
[This is preliminary documentation and is subject to change.]
Gets the
BcfRow the cell belongs to (the child row).
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic BcfRow OwningRow { get; }Public ReadOnly Property OwningRow As BcfRow
Get
Property Value
Type:
BcfRowThe row.
See Also