Click or drag to resize
CalculationWorks Logo
BcfRowGetValue Method (String)
Gets the Value of the BcfCell with the specified column name.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public Object GetValue(
	string columnName
)

Parameters

columnName
Type: SystemString
Name of the column.

Return Value

Type: Object
The cells value.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is null
KeyNotFoundExceptionA column with columnName is not in table
Remarks
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also