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.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.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
ArgumentNullExceptionpropertyName is null
See Also