Click or drag to resize

BcfCellGetValueObject Method

[This is preliminary documentation and is subject to change.]

Gets the Value as object.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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