Click or drag to resize
CalculationWorks Logo
BcfRowViewSetValue Method (String, Object)
Sets the value of the associated BcfRowBcfCell with the specified name.

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

Parameters

propertyName
Type: SystemString
Name of the property.
value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptionpropertyName is null
See Also