Check that the Engine property has been initialized. Raise an exception if it has not.
Namespace:
XllPlus.ComWrappers.RuntimeAssembly: XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
Syntax
| C# |
|---|
protected void CheckEngine() |
| Visual Basic (Declaration) |
|---|
Protected Sub CheckEngine |
| Visual C++ |
|---|
protected: void CheckEngine() |
Exceptions
| Exception | Condition |
|---|---|
| XllPlus.ComWrappers.Runtime..::.XllWrapperException | The Engine property has not been initialized. |