Click or drag to resize

BcfRowViewGetValue Method (BcfColumn)

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

Gets the managed value of specified column as object.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public virtual Object GetValue(
	BcfColumn column
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumn
The column.

Return Value

Type: Object
The managed value of specified column.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is null.
ArgumentExceptionSpecified column is not reflected in this view.
See Also