Version

RegisterUserDefinedFunctionLibrary Method

Registers an assembly containing Infragistics.Documents.Excel.CalcEngine.ExcelCalcFunction derived types.
Syntax
public bool RegisterUserDefinedFunctionLibrary( 
   Assembly assembly
)

Parameters

assembly
Loaded assembly to register

Return Value

Returns true if the assembly was registered successfully, else false if the registration failed
Remarks

All types within the registered assembly are enumerated and any that derive from Infragistics.Documents.Excel.CalcEngine.ExcelCalcFunction class are added to the list of available formula functions

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also