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# |
---|
public void LoadXll( string xllPath ) |
Visual Basic (Declaration) |
---|
Public Sub LoadXll ( _ xllPath As String _ ) |
Visual C++ |
---|
public: virtual void LoadXll( String^ xllPath ) sealed |
Parameters
- xllPath
- Type: System..::.String
Full path to a XLL file that contains add-in functions to be wrapped.
Implements
IExcelWrapperEngine..::.LoadXll(String)IWrapperEngine..::.LoadXll(String)
Exceptions
Exception | Condition |
---|---|
XllPlus.ComWrappers.Runtime..::.XllWrapperException | Thrown if the XLL cannot be loaded, or if no functions are loaded from it. |