Skip to main content

FunctionWrapper.Name Property

Gets the name of the base function.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string Name { get; }

Property Value

Type Description
String

A string that is the function name.

Remarks

The Name property provides you with the name of the function from which the FuncionWrapper object descends.

Implements

See Also