[]
Returns a reference to the XLRow object at the specified index.
public XLRow this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As XLRow
| Type | Name | Description |
|---|---|---|
| int | index |
The indexer will create a new XLRow object at the specified position if necessary. It never returns null.