Click or drag to resize
CalculationWorks Logo
BcfCellValue Property
Gets or sets the value.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public Object Value { get; set; }

Property Value

Type: Object
The value.
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen setting a value and the row is deleted or undone added.
InvalidOperationExceptionWhen getting a value and the row is discarded ([M:BcfRow.IsDiscarded()]).
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also