Click or drag to resize

BcfCellLoad Method

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

Sets Value using cells value.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public void Load(
	BcfCell cell,
	bool pragmaticNull = false
)

Parameters

cell
Type: CalculationWorks.BusinessModelBcfCell
The source cell.
pragmaticNull (Optional)
Type: SystemBoolean
true to use default(T) as null-value on not nullable columns.
See Also