Detaches the Excel Application instance from the object.
Namespace:
XllPlus.ComWrappers.RuntimeAssembly: XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
Syntax
C# |
---|
public void Detach() |
Visual Basic (Declaration) |
---|
Public Sub Detach |
Visual C++ |
---|
public: virtual void Detach() sealed |
Implements
IExcelWrapperEngine..::.Detach()()()
Remarks
Call this method to terminate an instance that was initialized using Attach(Object).
This method is called automatically by Dispose()()() for instances that were initialized using Attach(Object).