Determines whether an XLColumn is a member of the collection.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public bool Contains(
	XLColumn col
)
Visual Basic
Public Function Contains ( _
	col As XLColumn _
) As Boolean

Parameters

col
Type: C1.Silverlight.Excel..::..XLColumn
Item to look for.

Return Value

True if the collection contains the item, False otherwise.

See Also