Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

WorkbookFunctions.Item[String] Property

Gets a built-in function by its name.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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