[]
Creates a new XLColumn object and adds it to the collection.
public XLColumn Add()
| Type | Description |
|---|---|
| XLColumn | A reference to the new XLColumn object. |
Adds an XLColumn object to the collection.
public XLColumn Add(XLColumn col)
| Type | Name | Description |
|---|---|---|
| XLColumn | col | The item to add to the collection. |
| Type | Description |
|---|---|
| XLColumn | A reference to the item that was added to the collection
(in this case, always the |