FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnCollection Class / Contains Method / Contains(String) Method
Column.ColumnName to look for.

In This Topic
    Contains(String) Method
    In This Topic
    Gets a value that indicates whether the collection contains a Column with a given name.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal colName As String _
    ) As Boolean
    public bool Contains( 
       string colName
    )

    Parameters

    colName
    Column.ColumnName to look for.

    Return Value

    True if the collection contains a column with the given name.
    See Also