Back to Devexpress

CustomFunctionCollection.Item[String] Property

officefileapi-devexpress-dot-spreadsheet-dot-functions-dot-customfunctioncollection-dot-item-x28-system-dot-string-x29.md

latest1.7 KB
Original Source

CustomFunctionCollection.Item[String] Property

Gets a function by its invariant name.

Namespace : DevExpress.Spreadsheet.Functions

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ICustomFunction this[string name] { get; }
vb
ReadOnly Property Item(name As String) As ICustomFunction

Parameters

NameTypeDescription
nameString

A string that is the name of a function.

|

Property Value

TypeDescription
ICustomFunction

A function that implements the ICustomFunction interface.

|

Remarks

Use the invariant name specified by the IFunction.Name property to get a function by calling the Item method.

See Also

CustomFunctionCollection Interface

CustomFunctionCollection Members

DevExpress.Spreadsheet.Functions Namespace