Skip to main content

CustomFunctionArgumentDescription.ResultType Property

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

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string ResultType { get; set; }

Property Value

Type Description
String

A string describing the return type.

See Also