 | IBcfValueCellTGetValueOrFallback Method |
Returns the cells
Value. The return value is always a not-nullable type
GetValue.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
SyntaxT GetValueOrFallback(
T fallback = null
)
Function GetValueOrFallback (
Optional fallback As T = Nothing
) As T
Parameters
- fallback (Optional)
- Type: T
The value to return if underlying cell is nullable and its Value is .
Return Value
Type:
TThe cells
Value.
See Also