FunctionWrapper.Name Property
Gets the name of the base function.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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