Determines whether the collection contains a specific XLSheet object.

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

Syntax

C#
public bool Contains(
	XLSheet sheet
)
Visual Basic
Public Function Contains ( _
	sheet As XLSheet _
) As Boolean

Parameters

sheet
Type: C1.Silverlight.Excel..::..XLSheet
The object to look for in the collection.

Return Value

True if the collection contains the object; False otherwise.

See Also