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

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

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumn
The column.
value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptionpropertyName is null
Version Information

CalculationWorks.ViewModel.Windows

Supported in: 3.0, 2.1, 2.0
See Also