Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ParameterValue Class

Contains data passed to the function or returned.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public class ParameterValue

#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.

#Inheritance

Object
ParameterValue
See Also