ParameterValue Class
Contains data passed to the function or returned.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v21.2.Core.dll
Declaration
Remarks
The IFunction.Evaluate method gets the list of ParameterValue objects. You can determine the type of the parameter, and obtain the parameter value as an object of the proper type. If required, you can use static methods of the ParameterValue class to return an error.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ParameterValue class.
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.