IFunction.Name Property
Returns the invariant name of a function.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v23.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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