ParameterType Enum
Lists parameter types.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v21.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Reference
|
The parameter is a reference to a cell, range or defined name. |
Value
|
The parameter is a single value of any type. |
Array
|
Parameter is an array (the function is used in array formula). |
Any
|
Any kind of parameter is allowed. |
Remarks
Specify the parameter type for the ParameterInfo objects in the IFunction.Parameters array to create a function signature. A function signature provides parameter validation when a function is evaluated.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ParameterType enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.