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

CustomFunctionArgumentDescription.Description Property

Gets or sets a description of the function argument.

Namespace: DevExpress.Spreadsheet.Functions

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

Declaration

public string Description { get; set; }

Property Value

Type Description
String

A string that explains to the end-user what the argument means.

See Also