Click or drag to resize
CalculationWorks Logo
BcfRowGetValue Method (Int32)
Gets the Value at the specified index.

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

Parameters

index
Type: SystemInt32
The column index.

Return Value

Type: Object
The cells value.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionIndex out of bounds.
Remarks
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also