Click or drag to resize

BcfRowSetValueObject Method (Int32, Object)

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

Sets the object stored in the BcfColumn specified by columnIndex.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfRow SetValueObject(
	int columnIndex,
	Object value
)

Parameters

columnIndex
Type: SystemInt32
The column index.
value
Type: SystemObject
The value.

Return Value

Type: BcfRow
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.
BcfUpdateExceptionSee BcfUpdateException.
See Also