The Engine instance, which may be a controlled instance of Excel, or an Excel emulator.

Namespace:  XllPlus.ComWrappers.Runtime
Assembly:  XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

Syntax

C#
public IWrapperEngine Engine { get; set; }
Visual Basic (Declaration)
Public Property Engine As IWrapperEngine
Visual C++
public:
property IWrapperEngine^ Engine {
	IWrapperEngine^ get ();
	void set (IWrapperEngine^ value);
}

Remarks

Until this property has been initialized, the wrapper class is not ready for use.

See Also