Excel for WinRT
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
'Usage
 
Dim instance As XLSheetCollection
Dim sheet As XLSheet
Dim value As System.Boolean
 
value = instance.Contains(sheet)
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback