[]
Returns a reference to the XLRow object at the specified index.
public XLRow this[int index] { get; }
The indexer will create a new XLRow object at the specified position if necessary. It never returns null.