Excel for WinRT
Contains(String) Method


The name of the sheet to look for (case-insensitive).
Determines whether the collection contains an XLSheet object with a given name.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal sheetName As System.String _
) As System.Boolean
'Usage
 
Dim instance As XLSheetCollection
Dim sheetName As System.String
Dim value As System.Boolean
 
value = instance.Contains(sheetName)
public System.bool Contains( 
   System.string sheetName
)

Parameters

sheetName
The name of the sheet to look for (case-insensitive).

Return Value

True if the collection contains an XLSheet with the given sheetName; False otherwise.
See Also

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback