Click or drag to resize

BcfViewManagerUpdateCell Method

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

Normal (non-virtual) BcfRowView.SetValue(BcfColumn, Object) is redirected to this virtual method.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntax
protected virtual void UpdateCell(
	BcfCell cell,
	Object value
)

Parameters

cell
Type: CalculationWorks.BusinessModelBcfCell
The BcfCell to update.
value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptioncell
Version Information

BCF

Supported in: 4.0
See Also