Closes down the owned instance of Excel, cleanly and quietly, and releases resources.
            
    Namespace: 
   XllPlus.ComWrappers.RuntimeAssembly: XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
 Syntax
Syntax
| C# | 
|---|
| public void Destroy() | 
| Visual Basic (Declaration) | 
|---|
| Public Sub Destroy | 
| Visual C++ | 
|---|
| public: virtual void Destroy() sealed | 
Implements
IExcelWrapperEngine..::.Destroy()()() Remarks
Remarks
Call this method to terminate an instance that was initialized using Create()()().
This method is called automatically by Dispose()()() for instances that were initialized using Create()()().





