Skip to main content

FunctionWrapper.ReturnType Property

Gets the return type of the base function.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public ParameterType ReturnType { get; }

Property Value

Type Description
ParameterType

A ParameterType enumeration that specifies the function return type.

Available values:

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.

Implements

See Also