[]
Gets the item index.
public int IndexOf(ListItemInfo item)
Public Function IndexOf(item As ListItemInfo) As Integer
Type | Name | Description |
---|---|---|
ListItemInfo | item | A SubItemInfo object to find the index for. |
Type | Description |
---|---|
int | An int value that indicates the index if the item is found in the collection; otherwise,-1. |