[]
Determines whether the collection contains a given row or column.
public bool Contains(RowCol item)
| Type | Name | Description |
|---|---|---|
| RowCol | item | Row or column items to be detected. |
| Type | Description |
|---|---|
| bool | True if the row or column is a member of the collection, False otherwise. |