ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / ExpressionEditorCollection Class / Add Method
The column name of the grid.
The expression editor.

In This Topic
    Add Method
    In This Topic
    Add an expression editor to the collection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal columnName As String, _
       ByVal editor As C1ExpressionEditor _
    ) 
    public void Add( 
       string columnName,
       C1ExpressionEditor editor
    )

    Parameters

    columnName
    The column name of the grid.
    editor
    The expression editor.
    See Also