Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / ExpressionEditorCollection Class / AddFunction Method
Provides the function description for the C1ExpressionEditorPanel.
The delegate that evaluates the function.
Minimum arguments count.
Maximum arguments count.

In This Topic
    AddFunction Method (ExpressionEditorCollection)
    In This Topic
    Added a custom function to engine of C1ExpressionEditor.
    Syntax

    Parameters

    items
    Provides the function description for the C1ExpressionEditorPanel.
    function
    The delegate that evaluates the function.
    minArgsCount
    Minimum arguments count.
    maxArgsCount
    Maximum arguments count.
    See Also