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

FunctionExternalExpression.FunctionName Property

Gets or sets the name of the external function used in an expression.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public string FunctionName { get; set; }

Property Value

Type Description
String

A string that is the function’s name.

See Also