Loads the specified XLL into the engine.
Namespace:
XllPlus.ComWrappers.RuntimeAssembly: XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
Syntax
C# |
---|
void LoadXll( string xllPath ) |
Visual Basic (Declaration) |
---|
Sub LoadXll ( _ xllPath As String _ ) |
Visual C++ |
---|
void LoadXll( String^ xllPath ) |
Parameters
- xllPath
- Type: System..::.String
Full path to a XLL file that contains add-in functions to be wrapped.
Exceptions
Exception | Condition |
---|---|
XllPlus.ComWrappers.Runtime..::.XllWrapperException | Thrown if the XLL cannot be loaded, or if no functions are loaded from it. |