[]
Add custom function into the function set.
public static void AddCustomFunction(CustomFunction func, bool canOverride = false)
Public Shared Sub AddCustomFunction(func As CustomFunction, Optional canOverride As Boolean = False)
| Type | Name | Description |
|---|---|---|
| CustomFunction | func | the custom function instance. |
| bool | canOverride | can override the exist function. |