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