Click or drag to resize

BcfCellLoad Method

Sets Value using cells value.

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

Parameters

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