Click or drag to resize

BcfCellGetValueObject Method

Gets the Value as object.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public abstract Object GetValueObject()

Return Value

Type: Object
The Value as object.
Remarks
Note Note
The method causes boxing if Columns DataType is a ValueType.
See Also