Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / ExpressionEditorCollection Class / Remove Method
specified column name.

In This Topic
    Remove Method (ExpressionEditorCollection)
    In This Topic
    Removes C1ExpressionEditor object associated with the specified column.
    Syntax
    'Declaration
     
    
    Public Function Remove( _
       ByVal columnName As String _
    ) As Boolean
    public bool Remove( 
       string columnName
    )

    Parameters

    columnName
    specified column name.

    Return Value

    returns a value indicating if the C1ExpressionEditor object was deleted.
    See Also