[]
Searches for custom functions whose names match the specified prefix.
protected Function[] Find(string prefix)
Protected Function Find(prefix As String) As [Function]()
| Type | Name | Description |
|---|---|---|
| string | prefix | The prefix to match against the names of custom functions. The comparison is performed using IntelliSense-style matching. |
| Type | Description |
|---|---|
| Function[] | An array of functions whose names match the specified prefix. The array is empty if no matches are found. |