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: 2.1.0.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
See Also