[]
Determines the index of a specific item in the ClientCollectionView.
public int IndexOf(object item)
Public Function IndexOf(item As Object) As Integer
| Type | Name | Description |
|---|---|---|
| object | item | The item to locate in the ClientCollectionView. |
| Type | Description |
|---|---|
| int | The index of the |