Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcError Class / Value Property


In This Topic
    Value Property (CalcError)
    In This Topic
    Occurs when the wrong type of argument or operand is used.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Value As CalcError
    'Usage
     
    
    Dim value As CalcError
     
    value = CalcError.Value
    public static CalcError Value {get;}
    See Also