Skip to main content

WorkbookFunctions.Item[String] Property

Gets a built-in function by its name.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

IBuiltInFunction this[string name] { get; }

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