Skip to main content

CustomFunctionArgumentDescription.Name Property

Gets or sets the name of an argument.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string Name { get; set; }

Property Value

Type Description
String

A string that names the argument.

See Also