Prepares the object for use by creating an owned instance of Excel, 
            making it invisible, and initializing the date offset.
            
    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 Create()  | 
| Visual Basic (Declaration) | 
|---|
Public Sub Create  | 
| Visual C++ | 
|---|
public: virtual void Create() sealed  | 
Implements
IExcelWrapperEngine..::.Create()()()
Remarks
VBA applications running inside Excel should use Attach(Object) instead of this method.
Exceptions
| Exception | Condition | 
|---|---|
| XllPlus.ComWrappers.Runtime..::.XllWrapperException | Thrown if a COM error occurs or if the object has already been initialized. |