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