Click or drag to resize

BcfRowViewSetValue Method (String, Object)

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

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public virtual void SetValue(
	string columnName,
	Object value
)

Parameters

columnName
Type: SystemString
The property name.
value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
ArgumentExceptionSpecified columnName is not reflected by this view.
See Also