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