[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.FunctionResolver.Find

Find Method

Find(string)

Searches for custom functions whose names match the specified prefix.

Declaration
protected Function[] Find(string prefix)
Protected Function Find(prefix As String) As [Function]()
Parameters
Type Name Description
string prefix

The prefix to match against the names of custom functions. The comparison is performed using IntelliSense-style matching.

Returns
Type Description
Function[]

An array of functions whose names match the specified prefix. The array is empty if no matches are found.