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

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

    Parameters

    columnName
    specified column name.

    Return Value

    true if the ExpressionEditorCollection contains an C1ExpressionEditor object associated with the specified column; otherwise, false.
    See Also