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

CustomFunctionArgumentDescription.Name Property

Gets or sets the name of an argument.

Namespace: DevExpress.Spreadsheet.Functions

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

Declaration

public string Name { get; set; }

Property Value

Type Description
String

A string that names the argument.

See Also