Click or drag to resize
CalculationWorks Logo
BcfRowItem Property (Int32)
Gets the BcfCell at the specified index.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public BcfCell this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The column index.

Return Value

Type: BcfCell
BcfCell.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionIndex out of bounds.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also