Skip to main content

CustomFunctionArgumentDescription Class

Contains text descriptions of the argument passed to the User-Defined Function (UDF).

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public class CustomFunctionArgumentDescription

Remarks

The CustomFunctionArgumentDescription instance is an item in the CustomFunctionArgumentsDescriptionsCollection collection. The collection is used to customize the Function Argument dialog which assists the end-user to enter correct UDF arguments in the worksheet formula.

ICustomFunctionDescriptionsRegisterService

Inheritance

Object
CustomFunctionArgumentDescription
See Also