Click or drag to resize

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
Syntax
T GetValueOrFallback(
	T fallback = null
)

Parameters

fallback (Optional)
Type: T
The value to return if underlying cell is nullable and its Value is .

Return Value

Type: T
The cells Value.
See Also