Click or drag to resize

BcfRowViewGetValue Method (String)

Gets the managed value of a column specified by columnName.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public virtual Object GetValue(
	string columnName
)

Parameters

columnName
Type: SystemString
The property name.

Return Value

Type: Object
The managed value of a column specified by columnName.
Exceptions
ExceptionCondition
ArgumentExceptionSpecified columnName is not reflected by this view.
See Also