Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ICustomFunctionDescriptionsRegisterService Methods

Provides captions and text descriptions for the Function Argument dialog invoked for the custom function (UDF).
Name Description
RegisterFunctionDescriptions(String, String, CustomFunctionArgumentsDescriptionsCollection) Specifies text descriptions for use in the Function Argument dialog invoked for the specified custom function.
UnregisterFunction(String) Resets the text descriptions previously specified by the ICustomFunctionDescriptionsRegisterService.RegisterFunctionDescriptions method to their default values.
See Also