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

In This Topic
    Remove Method
    In This Topic
    Remove the corresponding expression editor with the column name.
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal columnName As String _
    ) As Boolean
    public bool Remove( 
       string columnName
    )

    Parameters

    columnName
    The column name of the grid.
    See Also