[]
Determines whether an XLColumn is a member of the collection.
public bool Contains(XLColumn col)
Public Function Contains(col As XLColumn) As Boolean
| Type | Name | Description |
|---|---|---|
| XLColumn | col | Item to look for. |
| Type | Description |
|---|---|
| bool | True if the collection contains the item, False otherwise. |