Click or drag to resize

IBcfValueCellTGetValue Method

Returns the cells Value. The return value is always a nullable type GetValueOrFallback(T).

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
Nullable<T> GetValue()

Return Value

Type: NullableT
The cells Value.
See Also