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.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.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

Forms

Supported in: 4.0
See Also