Click or drag to resize
CalculationWorks Logo
BcfRowSetValue Method (String, Object)
Sets the specified value Value of the BcfCell with the column name.

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

Parameters

columnName
Type: SystemString
Name of the column.
value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is null
KeyNotFoundExceptionA column with columnName is not in table
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