Click or drag to resize

BcfRowViewSetValue Method (String, Object)

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

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.0.0-beta7
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