[]
        
(Showing Draft Content)

C1.Excel.XLExternalBookCollection.Remove

Remove Method

Remove(XLExternalBook)

Removes an XLExternalBook from the collection.

Declaration
public void Remove(XLExternalBook exBook)
Parameters
Type Name Description
XLExternalBook exBook

The XLExternalBook object to remove from the collection.

Remove(string)

Removes the XLExternalBook with the specified name from the collection.

Declaration
public void Remove(string fileName)
Parameters
Type Name Description
string fileName

Name of the sheet to remove from the collection (case-insensitive).