Click or drag to resize

BcfCellOwningRow Property

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

Gets the BcfRow the cell belongs to.

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

Property Value

Type: BcfRow
The row owning this cell.
See Also