Skip to main content

CustomFunctionArgumentDescription.Description Property

Gets or sets a description of the function argument.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

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