Determines whether the collection contains a specific XLSheet object.
Namespace:
C1.Phone.ExcelAssembly: C1.Phone.Excel (in C1.Phone.Excel.dll)
Syntax
| C# |
|---|
public bool Contains( XLSheet sheet ) |
| Visual Basic |
|---|
Public Function Contains ( _ sheet As XLSheet _ ) As Boolean |
Parameters
- sheet
- Type: C1.Phone.Excel..::..XLSheet
The object to look for in the collection.