|
|
|
|
|
|
|
Determines the index of a specific item.
|
|
| |
|
[C#]
int IndexOf(Field value)
[Visual
Basic]
Function IndexOf(value As Field) As
Integer
|
|
| |
|
Name |
Description |
value |
The object to locate in the collection. |
return |
If found, the index of value, otherwise
-1. |
|
|
| |
|
Determines the index of a specific item in the collection.
|
|
| |
|
|