Click or drag to resize

BcfRowViewSetValue Method (BcfColumn, Object)

[This is preliminary documentation and is subject to change.]

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.0.0-beta7
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.
ArgumentExceptionSpecified column is not reflected in this view.
See Also