FunctionWrapper.GetName(CultureInfo) Method
Override this method to provide the function name.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| culture | CultureInfo | A CultureInfo object containing culture-specific settings. |
Returns
| Type | Description |
|---|---|
| String | A string that is the name of the function. |
Remarks
The GetName method enables you to name your function differently, depending on the worksheet language and the culture used.
Implements
See Also