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

IFunction.Name Property

Returns the invariant name of a function.

Namespace: DevExpress.Spreadsheet.Functions

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

Declaration

string Name { get; }

Property Value

Type Description
String

A string that is the name of a function.

Remarks

The Name returns the name of a function that will be used in a worksheet regardless of the current culture settings. To specify localized names, implement the IFunction.GetName method.

See Also