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