[]
Creates a new XLColumn object and adds it to the collection.
public XLColumn Add()
Public Function Add() As XLColumn
| Type | Description |
|---|---|
| XLColumn | A reference to the new XLColumn object. |
Adds an XLColumn object to the collection.
public XLColumn Add(XLColumn col)
Public Function Add(col As XLColumn) As XLColumn
| 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 |