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: 3.2.1.2
Syntax
public virtual void SetValue(
	string columnName,
	Object value
)

Parameters

columnName
Type: SystemString
Name of the property.
value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is null
ArgumentExceptionSpecified columnName is not reflected in this view (check COLUMNS-VIEW-MANAGE in BCF Editor).
Version Information

CalculationWorks.ViewModel.Windows

Supported in: 3.2, 3.0, 2.1, 2.0
See Also