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