Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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