Click or drag to resize
CalculationWorks Logo
BcfRowGetValue Method (BcfColumn)
Gets the Value of the specified column.

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

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumn
The column.

Return Value

Type: Object
The cells value.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is null
KeyNotFoundExceptionThe specified column does not belongs to the table..
Remarks
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also