[]
Gets the XLSheet at a given position in the collection.
public XLSheet this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As XLSheet
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the XLSheet with the given name (case-insensitive).
public XLSheet this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As XLSheet
| Type | Name | Description |
|---|---|---|
| string | name |