Skip to main content

UnknownFunctionExpression.FunctionName Property

Gets or sets the name of the function.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string FunctionName { get; set; }

Property Value

Type Description
String

A string that is the function name.

See Also