 |
BcfCellValue Property |
Gets or sets the value.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic Object Value { get; set; }
Public Property Value As Object
Get
Set
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}
member Value : Object with get, set
Property Value
Type:
ObjectThe value.
Exceptions
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also