Back to Devexpress

ParameterValue Class

officefileapi-devexpress-dot-spreadsheet-dot-functions-110706b1.md

latest3.2 KB
Original Source

ParameterValue Class

Contains data passed to the function or returned.

Namespace : DevExpress.Spreadsheet.Functions

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class ParameterValue
vb
Public Class ParameterValue

The following members return ParameterValue objects:

Show 12 links

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

ParameterValue Members

DevExpress.Spreadsheet.Functions Namespace