Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IArguments Interface / DeallocSharedValue Method


In This Topic
    DeallocSharedValue Method
    In This Topic
    Deallocates the last created IValue objects.
    Syntax
    'Declaration
     
    
    Sub DeallocSharedValue() 
    'Usage
     
    
    Dim instance As IArguments
     
    instance.DeallocSharedValue()
    void DeallocSharedValue()
    See Also