Back to Devexpress

IFunction.ReturnType Property

officefileapi-devexpress-dot-spreadsheet-dot-functions-dot-ifunction-22794514.md

latest1.7 KB
Original Source

IFunction.ReturnType Property

Gets the characteristic of an object that the function will return.

Namespace : DevExpress.Spreadsheet.Functions

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ParameterType ReturnType { get; }
vb
ReadOnly Property ReturnType As ParameterType

Property Value

TypeDescription
ParameterType

A ParameterType enumeration member that characterizes the return type of a function.

|

Available values:

NameDescription
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

Implement the ReturnType property to indicate what kind of an object the function will return - a reference, an array or a value.

See Also

IFunction Interface

IFunction Members

DevExpress.Spreadsheet.Functions Namespace