Determines whether the collection contains a specific
XLSheet object.
'Declaration
Public Overloads Function Contains( _
ByVal As XLSheet _
) As System.Boolean
public System.bool Contains(
XLSheet
)
Parameters
- sheet
- The object to look for in the collection.
Return Value
True if the collection contains the object; False otherwise.