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