Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface / Reset Method


In This Topic
    Reset Method (IValue)
    In This Topic
    Resets this IPrimitiveValue object to empty.
    Syntax
    'Declaration
     
    
    Sub Reset() 
    'Usage
     
    
    Dim instance As IValue
     
    instance.Reset()
    void Reset()
    See Also