[]
Determines the ordinal position of a specific view row in the ViewRowCollection.
public int IndexOf(ViewRow row)
Public Function IndexOf(row As ViewRow) As Integer
| Type | Name | Description |
|---|---|---|
| ViewRow | row | The view row to locate in the collection. |
| Type | Description |
|---|---|
| int | The ordinal position of the view row in the collection if it is found; otherwise, -1. |