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

CustomFunctionArgumentDescription.ResultType Property

Gets or sets the text description of the type the function returns.

Namespace: DevExpress.Spreadsheet.Functions

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

Declaration

public string ResultType { get; set; }

Property Value

Type Description
String

A string describing the return type.

See Also