Click or drag to resize

BcfCellTLoad Method (BcfCellT)

[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<T> cell
)

Parameters

cell
Type: CalculationWorks.BusinessModelBcfCellT
The source cell.
See Also