[]
        
(Showing Draft Content)

C1.Excel.XLExternalBookCollection.Item

this Property

this[int]

Gets the XLSheet at a given position in the collection.

Declaration
public XLExternalBook this[int index] { get; }
Parameters
Type Name Description
int index

this[string]

Gets the XLSheet with the given name (case-insensitive).

Declaration
public XLExternalBook this[string fileName] { get; }
Parameters
Type Name Description
string fileName