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

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

    Parameters

    columnName
    The column name of the grid.
    See Also