Spread Silverlight Documentation
Value Property (CalcConstantExpression)


GrapeCity.CalcEngine.Expressions Namespace > CalcConstantExpression Class : Value Property
Gets the value of the constant expression.
Syntax
'Declaration
 
Public ReadOnly Property Value As System.Object
'Usage
 
Dim instance As CalcConstantExpression
Dim value As System.Object
 
value = instance.Value
public System.object Value {get;}

Property Value

An System.Object equal to the value of the represented expression.
See Also

Reference

CalcConstantExpression Class
CalcConstantExpression Members