Determines whether the collection contains an XLSheet object
with a given name.
Namespace:
C1.Phone.ExcelAssembly: C1.Phone.Excel (in C1.Phone.Excel.dll)
Syntax
| C# |
|---|
public bool Contains( string sheetName ) |
| Visual Basic |
|---|
Public Function Contains ( _ sheetName As String _ ) As Boolean |
Parameters
- sheetName
- Type: System..::..String
The name of the sheet to look for (case-insensitive).