IBuiltInFunctions Interface
| Name | Description | |
|---|---|---|
|
ExecuteCustomFunction(string, IRange, IRange) | Executes the "CallCustomFunction" method from the "Custom_Functions.dll" file with the specified custom function. |
|
ExecuteCustomFunction(string, object[,], object[,]) | Executes the "CallCustomFunction" method from the "Custom_Functions.dll" file with the specified custom function. |
|
ExecuteDisplayExcelList(string, string, IWorkbook) | Displays the external Excel file in a window. The user can select the data to be imported and the method then imports the selected data to global variables. |
Not all built-in functions are present in this interface, because there already is the same functionality in the API, or it is easy for the user to implement it.
Available since QDV 7.23.1126.
