ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridColumnCollection Class / Contains Method / Contains(String) Method
Name of the column.

In This Topic
    Contains(String) Method
    In This Topic
    Determines whether contains a column regarding the specified column name.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal columnName As String _
    ) As Boolean
    public bool Contains( 
       string columnName
    )

    Parameters

    columnName
    Name of the column.

    Return Value

    true if contains a column regarding the specified column name; otherwise, false.
    See Also