[]
        
(Showing Draft Content)

C1.Excel.XLRowCollection.Item

this Property

this[int]

Returns a reference to the XLRow object at the specified index.

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

The indexer will create a new XLRow object at the specified position if necessary. It never returns null.