Invokes the Engine to load the specified XLL file into memory.
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 LoadXll( string xllPath ) |
| Visual Basic (Declaration) |
|---|
Public Sub LoadXll ( _ xllPath As String _ ) |
| Visual C++ |
|---|
public: void LoadXll( String^ xllPath ) |
Parameters
- xllPath
- Type: System..::.String
Full path to a XLL file whose add-in functions are to be wrapped.
Exceptions
| Exception | Condition |
|---|---|
| XllPlus.ComWrappers.Runtime..::.XllWrapperException | The Engine property has not been initialized, or the XLL cannot be found, or an error occurred while loading the XLL. |