Click or drag to resize

BcfCellAsValueCellTValue Method

Returns the cell as IBcfValueCellT if possible; otherwise .

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public abstract IBcfValueCell<TValue> AsValueCell<TValue>()
where TValue : struct, new()

Type Parameters

TValue
Must equal columns DataType

Return Value

Type: IBcfValueCellTValue
The cell as IBcfValueCellT if possible; otherwise .
See Also