[]
Determines whether the ViewRowCollection contains a specific view row.
public bool Contains(ViewRow row)
| Type | Name | Description |
|---|---|---|
| ViewRow | row | The view row to locate in the collection. |
| Type | Description |
|---|---|
| bool | true if the view row is found in the collection; otherwise, false. |