Click or drag to resize
CalculationWorks Logo
BcfRowViewGetValue Method (String)
Gets the value of the associated BcfRowBcfCell with the specified name.

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

Parameters

columnName
Type: SystemString
Name of the property.

Return Value

Type: Object
System.Object.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is null
ArgumentExceptionSpecified columnName is not reflected in this view (check COLUMNS-VIEW-MANAGE in BCF Editor).
Version Information

CalculationWorks.ViewModel.Windows

Supported in: 3.2, 3.0, 2.1, 2.0
See Also