Click or drag to resize

BcfRowItem Property (Int32)

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

Gets or sets the value stored in the BcfColumn specified by columnIndex.

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

Parameters

columnIndex
Type: SystemInt32
The column index.

Return Value

Type: Object
the value stored in the BcfColumn specified by columnIndex if set; otherwise null.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThe specified columnIndex is lower then 0 or greater then or equal column count.
InvalidOperationExceptionSet requires row-state Created or Valid.
BcfUpdateExceptionSet may throw BcfUpdateException.
See Also