Skip to main content

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.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void UnregisterFunction(
    string functionName
)

Parameters

Name Type Description
functionName String

A string that is the name of the function whose descriptions are reset.

See Also