Spread Windows Forms 12.0 Product Documentation
Value Property (CfValue)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfValue Structure : Value Property
Gets an GrapeCity.CalcEngine.IReadonlyPrimitiveValue object represent the primitive value of this CfValue.
Syntax
'Declaration
 
Public ReadOnly Property Value As IReadonlyPrimitiveValue
'Usage
 
Dim instance As CfValue
Dim value As IReadonlyPrimitiveValue
 
value = instance.Value
public IReadonlyPrimitiveValue Value {get;}

Property Value

An GrapeCity.CalcEngine.IReadonlyPrimitiveValue object represent the primitive value of this CfValue.
See Also

Reference

CfValue Structure
CfValue Members