Click or drag to resize

IBcfValueCellTAsNullableCell Method

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

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

Return Value

Type: BcfCellNullableT
The cell as nullable of T if possible; otherwise .
See Also