Back to Devexpress

IFunction.Name Property

officefileapi-devexpress-dot-spreadsheet-dot-functions-dot-ifunction.md

latest1.3 KB
Original Source

IFunction.Name Property

Returns the invariant name of a function.

Namespace : DevExpress.Spreadsheet.Functions

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
string Name { get; }
vb
ReadOnly Property Name As String

Property Value

TypeDescription
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

IFunction Interface

IFunction Members

DevExpress.Spreadsheet.Functions Namespace