Gets the XLSheet with the given name (case-insensitive).
Namespace:
C1.Phone.ExcelAssembly: C1.Phone.Excel (in C1.Phone.Excel.dll)
Syntax
| C# |
|---|
public XLSheet this[ string name ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ name As String _ ) As XLSheet Get |
Parameters
- name
- Type: System..::..String