Click or drag to resize

IBcfValueCellTAsNotNullableCell Method

Returns the cell as not-nullable of T if possible; otherwise .

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
BcfCell<T> AsNotNullableCell()

Return Value

Type: BcfCellT
The cell as not-nullable of T if possible; otherwise .
See Also