'Usage Dim instance As LineCollection Dim item As Line Dim value As Integer value = instance.IndexOf(item)
Parameters
- item
- Line to locate in collection.
Return Value
Index of the line if line is found in the collection; otherwise, -1.
'Usage Dim instance As LineCollection Dim item As Line Dim value As Integer value = instance.IndexOf(item)