[]
Determines the index of the line in the collection.
public int IndexOf(Line item)
Public Function IndexOf(item As Line) As Integer
Type | Name | Description |
---|---|---|
Line | item | Line to locate in collection. |
Type | Description |
---|---|
int | Index of the line if line is found in the collection; otherwise, -1. |