Click or drag to resize

IBcfValueCellTSetValueOrFallback Method

Sets cells Value. The value is always nullable SetValue(T).

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
void SetValueOrFallback(
	Nullable<T> value,
	T fallback = null
)

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