Click or drag to resize

BcfCellTColumn Property

Gets the BcfColumn the cell belongs to.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfColumn<T> Column { get; }

Property Value

Type: BcfColumnT
The BcfColumn the cell belongs to.
See Also