WorkbookFunctions.Item[String] Property
Gets a built-in function by its name.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A string that is the name of the function to search for. |
Property Value
| Type | Description |
|---|---|
| DevExpress.Spreadsheet.Functions.IBuiltInFunction | A DevExpress.Spreadsheet.Functions.IBuiltInFunction interface representing the built-in function. |
See Also