IFunction.Name Property
In This Article
Returns the invariant name of a function.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.2.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