Click or drag to resize
CalculationWorks Logo
BcfRowViewSetValue Method (BcfColumn, Object)
Sets the value of the associated BcfRowBcfCell with the specified column.

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 2.1.0.0
Syntax
public virtual void SetValue(
	BcfColumn column,
	Object value
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumn
The column.
value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is null
See Also