Click or drag to resize
CalculationWorks Logo
BcfRowSetValue Method (Int32, Object)
Sets the specified value Value at the index.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public void SetValue(
	int index,
	Object value
)

Parameters

index
Type: SystemInt32
The column index.
value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionIndex out of bounds.
InvalidOperationExceptionWhen setting a value and the row is deleted or undone added.
Remarks
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also