[]
Creates a new XLExternalBook and inserts it at a specific position in the collection.
public XLExternalBook Insert(int index, string fileName)
Type | Name | Description |
---|---|---|
int | index | Index where the new XLExternalBook will be added. |
string | fileName | The file name of the new XLExternalBook. |
Type | Description |
---|---|
XLExternalBook | A reference to the new XLExternalBook object. |
Inserts an XLSheet object into the collection at the specified position.
public XLExternalBook Insert(int index, XLExternalBook exBook)
Type | Name | Description |
---|---|---|
int | index | Position where the item will be inserted. |
XLExternalBook | exBook | XLExternalBook object to add to the collection. |
Type | Description |
---|---|
XLExternalBook |