Click or drag to resize

BcfCellColumn 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 Column { get; }

Property Value

Type: BcfColumn
The BcfColumn the cell belongs to.
Remarks
The returned column is resolved via: OwningRow.Table.Columns.Array[ColumnIndex].
See Also