Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcErrorExpression Class / ErrorValue Property


In This Topic
    ErrorValue Property
    In This Topic
    Gets the value of the error expression.
    Syntax
    'Declaration
     
    Public ReadOnly Property ErrorValue As CalcError
    'Usage
     
    Dim instance As CalcErrorExpression
    Dim value As CalcError
     
    value = instance.ErrorValue
    public CalcError ErrorValue {get;}

    Property Value

    An GrapeCity.CalcEngine.CalcError equal to the value of the represented expression.
    See Also