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

FunctionWrapper.ReturnType Property

Gets the return type of the base function.

Namespace: DevExpress.Spreadsheet.Functions

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

Declaration

public ParameterType ReturnType { get; }

Property Value

Type Description
ParameterType

A ParameterType enumeration that specifies the function return type.

Implements

See Also