[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ColumnCollection.Contains

Contains Method

Contains(string)

Gets a value that determines whether the collection contains a Column with the given name.

Declaration
public bool Contains(string columnName)
Parameters
Type Name Description
string columnName

Column name to look for (case-insensitive).

Returns
Type Description
bool

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