CustomFunctionArgumentDescription Class
In This Article
Contains text descriptions of the argument passed to the User-Defined Function (UDF).
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#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.
See Also