Click or drag to resize

BcfRowGetValueObject Method (Int32)

Gets the object stored in the BcfColumn specified by columnIndex.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public Object GetValueObject(
	int columnIndex
)

Parameters

columnIndex
Type: SystemInt32
The column index.

Return Value

Type: Object
the value stored in the BcfColumn specified by columnIndex if set; otherwise .
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThe specified columnIndex is lower then 0 or greater then or equal column count.
Remarks
Note Note
The method causes boxing if columns DataType is a ValueType.
See Also