Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcConstantExpression Class / Value Property


In This Topic
    Value Property (CalcConstantExpression)
    In This Topic
    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