ICustomFunctionOperatorBrowsable Properties
Contains descriptive information about a custom function for use in the Expression editor (category, description, number of parameters).
Name | Description |
---|---|
Category | When implemented by a custom function, designates its functional category. |
Description | When implemented by a custom function, returns its description. |
Max |
When implemented by a custom function, returns the maximum number of operands (parameters) this function can accept. |
Min |
When implemented by a custom function, returns the minimum number of operands (parameters) required by this function. |
Name |
When implemented by a custom function, specifies its name.
Inherited from ICustom |
See Also