Click or drag to resize

BcfCellCollectionItem Property (Int32)

[This is preliminary documentation and is subject to change.]

Gets the BcfCell at the specified index.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public BcfCell this[
	int columnIndex
] { get; }

Parameters

columnIndex
Type: SystemInt32
The column index.

Return Value

Type: BcfCell
The BcfCell at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe specified columnIndex is lower then 0 or greater then or equal column count.
Version Information

BCF

Supported in: 4.0
See Also