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

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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