Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IPrimitiveValue Interface / SetValue Method / SetValue(CalcError) Method
The CalcError value to set.


In This Topic
    SetValue(CalcError) Method
    In This Topic
    Sets the CalcError value.
    Syntax
    'Declaration
     
    
    Overloads Sub SetValue( _
       ByVal value As CalcError _
    ) 
    'Usage
     
    
    Dim instance As IPrimitiveValue
    Dim value As CalcError
     
    instance.SetValue(value)
    void SetValue( 
       CalcError value
    )

    Parameters

    value
    The CalcError value to set.
    See Also