Back to Devexpress

CustomFunctionArgumentDescription Class

officefileapi-devexpress-dot-spreadsheet-dot-functions-d35dc4d2.md

latest1.9 KB
Original Source

CustomFunctionArgumentDescription Class

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

Namespace : DevExpress.Spreadsheet.Functions

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class CustomFunctionArgumentDescription
vb
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.

Inheritance

Object CustomFunctionArgumentDescription

See Also

CustomFunctionArgumentDescription Members

User-Defined Functions (UDF)

ICustomFunctionDescriptionsRegisterService

DevExpress.Spreadsheet.Functions Namespace