ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ColumnCollection Class / Contains Method / Contains(String) Method
Column name to look for (case-insensitive).

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

    Parameters

    columnName
    Column name to look for (case-insensitive).

    Return Value

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