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

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.v19.1.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