Click or drag to resize

BcfCellTLoad Method (BcfCellT)

Sets Value using cells value.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public void Load(
	BcfCell<T> cell
)

Parameters

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