[]
Determines whether the ViewRowCollection contains a specific view row.
public bool Contains(ViewRow row)
Public Function Contains(row As ViewRow) As Boolean
| 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. |