Click or drag to resize

BcfCellTSetValueObject Method

Sets the value.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public override void SetValueObject(
	Object value
)

Parameters

value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
InvalidOperationExceptionOperation requires row-state Created or Valid.
BcfUpdateExceptionSee BcfUpdateException.
See Also