[]
Appends an existing XLExternalBook to the collection.
public XLExternalBook Add(XLExternalBook exBook)
Type | Name | Description |
---|---|---|
XLExternalBook | exBook | The object to add to the collection. |
Type | Description |
---|---|
XLExternalBook |
Creates a new XLExternalBook with a given name and appends it to the collection.
public XLExternalBook Add(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | The file name of the new XLExternalBook. |
Type | Description |
---|---|
XLExternalBook | A reference to the new XLExternalBook object. |