[]
Gets the zero-based index of the specified ListItem in this collection.
public int IndexOf(ListItem item)
Public Function IndexOf(item As ListItem) As Integer
Type | Name | Description |
---|---|---|
ListItem | item | A ListItem object. |
Type | Description |
---|---|
int | An int value indicates the zero-based index. |