IBuiltInFunctions Interface

Provides the functionality of the built-in functions that are normally accessible via buttons on sheets.
Public Interface IBuiltInFunctions
This language is not supported or no code example is available.
public interface IBuiltInFunctions
This language is not supported or no code example is available.
Methods
 
Name Description
Public method ExecuteCustomFunction(string, IRange, IRange) Executes the "CallCustomFunction" method from the "Custom_Functions.dll" file with the specified custom function.
Public method ExecuteCustomFunction(string, object[,], object[,]) Executes the "CallCustomFunction" method from the "Custom_Functions.dll" file with the specified custom function.
Public method 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.
Top
Remarks
 

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.

Version
 
Available since QDV 7.23.1126.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition