ICustomFunctionDescriptionsRegisterService.UnregisterFunction(String) Method
Resets the text descriptions previously specified by the ICustomFunctionDescriptionsRegisterService.RegisterFunctionDescriptions method to their default values.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| functionName | String | A string that is the name of the function whose descriptions are reset. |
See Also