Excel for WPF and Silverlight
Contains(XLSheet) Method

C1.WPF.Excel Namespace > XLSheetCollection Class > Contains Method : Contains(XLSheet) Method
The object to look for in the collection.
Determines whether the collection contains a specific XLSheet object.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal sheet As XLSheet _
) As System.Boolean
public System.bool Contains( 
   XLSheet sheet
)

Parameters

sheet
The object to look for in the collection.

Return Value

True if the collection contains the object; False otherwise.
See Also

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List