Loads the specified XLL into the engine.
Namespace:
XllPlus.ComWrappers.RuntimeAssembly: XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
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.