[]
Removes an XLColumn object from the collection.
public XLColumn Remove(XLColumn col)
Public Function Remove(col As XLColumn) As XLColumn
| Type | Name | Description |
|---|---|---|
| XLColumn | col | Item to be removed from the collection. |
| Type | Description |
|---|---|
| XLColumn | A reference to the item that was removed. |