Click or drag to resize

BcfRowViewSetValue Method (BcfColumn, Object)

Sets the value of the associated BcfRow.BcfCell with the specified column.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.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
ArgumentNullExceptioncolumn is .
ArgumentExceptionSpecified column is not reflected in this view.
See Also