 | IBcfValueCellTSetValueOrFallback Method |
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxvoid SetValueOrFallback(
Nullable<T> value,
T fallback = null
)
Sub SetValueOrFallback (
value As Nullable(Of T),
Optional fallback As T = Nothing
)
Parameters
- value
- Type: SystemNullableT
The value. - fallback (Optional)
- Type: T
The value to set if underlying cell is not-nullable and value is .
See Also