[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ColumnCollection.Contains

Contains Method

Contains(string)

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

Declaration
public bool Contains(string colName)
Public Function Contains(colName As String) As Boolean
Parameters
Type Name Description
string colName

ColumnName to look for.

Returns
Type Description
bool

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