[]
Creates a new XLSheet and inserts it at a specific position in the collection.
public XLSheet Insert(int index)
| Type | Name | Description |
|---|---|---|
| int | index | Index where the new XLSheet will be added. |
| Type | Description |
|---|---|
| XLSheet | A reference to the new XLSheet object. |
Inserts an XLSheet object into the collection at the specified position.
public XLSheet Insert(int index, XLSheet sheet)
| Type | Name | Description |
|---|---|---|
| int | index | Position where the item will be inserted. |
| XLSheet | sheet | XLSheet object to add to the collection. |
| Type | Description |
|---|---|
| XLSheet | A reference to the object that was added to the collection
(in this case, always the |