[]
Determines whether the collection contains a specific item.
public bool Contains(ListColumn item)
Public Function Contains(item As ListColumn) As Boolean
Type | Name | Description |
---|---|---|
ListColumn | item | The ListColumn item to locate in the collection. |
Type | Description |
---|---|
bool | true if the item is found out in the collection; otherwise, false. |