[]
        
(Showing Draft Content)

C1.Excel.XLSheetCollection.Item

this Property

this[int]

Gets the XLSheet at a given position in the collection.

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

this[string]

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

Declaration
public XLSheet this[string name] { get; }
Parameters
Type Name Description
string name