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-beta6
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

BCF

Supported in: 4.0
See Also