Click or drag to resize

BcfTableItem Property

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

Gets the row at the specified zero-based index.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfRow this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index.

Return Value

Type: BcfRow
The row at the specified zero-based index.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionindex out of bounds.
See Also