ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / ExpressionEditorCollection Class / Contains Method

In This Topic
    Contains Method
    In This Topic
    Gets the column name is contained in the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal name As String _
    ) As Boolean
    public bool Contains( 
       string name
    )

    Parameters

    name
    See Also