[]
Adds a new user-defined custom function to the model for use in formulas.
public void AddCustomFunction(FunctionInfo functionInfo)
Public Sub AddCustomFunction(functionInfo As FunctionInfo)
Type | Name | Description |
---|---|---|
FunctionInfo | functionInfo | FunctionInfo object that contains the user-defined function to add |
Type | Condition |
---|---|
ArgumentNullException | No function specified; function is a null reference (Nothing in Visual Basic) |