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.2.1.2
Syntax
public Object GetValue(
	int index
)

Parameters

index
Type: SystemInt32
The column index.

Return Value

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

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0
See Also