[]
        
Interface that supports user-defined functions in formulas in the data model.
public interface ICustomFunctionSupportPublic Interface ICustomFunctionSupport| Name | Description | 
|---|---|
| AddCustomFunction(FunctionInfo) | Adds a new user-defined function to the model for use in formulas. | 
| GetCustomFunction(string) | Gets a user-defined function from the model. | 
| GetCustomFunctionEnumerator() | Gets an IEnumerator that enumerates through the names of the user-defined functions in the model. | 
| RemoveCustomFunction(string) | Removes a user-defined function from the model. |