Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IFunction.ReturnType Property

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

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ParameterType ReturnType { get; }

Property Value

Type Description
ParameterType

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

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