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

CustomFunctionArgumentDescription Class

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

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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