GrapeCity.Xaml.CalcEngine
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 Object
'Usage
 
Dim instance As CalcConstantExpression
Dim value As Object
 
value = instance.Value
public object Value {get;}

Property Value

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

Reference

CalcConstantExpression Class
CalcConstantExpression Members