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

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

    Parameters

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