'Usage Dim instance As SmartItemCollection Dim item As SmartItem Dim value As Integer value = instance.IndexOf(item)
Parameters
- item
- The SmartItem to locate in the collection. Can be a null reference (Nothing in Visual Basic).
Return Value
The index of the SmartItem or -1 if the SmartItem was not found in the collection.