AddFunction Method (C1ExpressionEditor)
In This Topic
Added a custom function to engine of C1ExpressionEditor.
Overload List
| Overload | Description |
| AddFunction(ExpressionItem,Func<List<Object>,Object>,Int32,Int32) | Added a custom function to engine of C1ExpressionEditor. |
| AddFunction(List<ExpressionItem>,Func<List<Object>,Object>,Int32,Int32) | Added a custom function to engine of C1ExpressionEditor. |
| AddFunction(ExpressionItem,Func<List<Object>,Object>,Int32) | Added a custom function to engine of C1ExpressionEditor. |
See Also