 | 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
SyntaxBcfCell<Nullable<T>> AsNullableCell()
Function AsNullableCell As BcfCell(Of Nullable(Of T))
Return Value
Type:
BcfCellNullableTThe cell as nullable of
T if possible; otherwise
.
See Also