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

FunctionWrapper.GetName(CultureInfo) Method

Override this method to provide the function name.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public virtual string GetName(
    CultureInfo culture
)

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.

See Also