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