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

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public bool Contains(
	string colName
)
Visual Basic
Public Function Contains ( _
	colName As String _
) As Boolean

Parameters

colName
Type: System..::..String
ColumnName to look for.

Return Value

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

See Also