'使用法 Dim instance As ChartObjectCollection(Of T) Dim item As T Dim value As System.Integer value = instance.IndexOf(item)
パラメータ
- item
- The element.
戻り値の型
The zero-based index of element or -1 if element does not exist in the collection.
'使用法 Dim instance As ChartObjectCollection(Of T) Dim item As T Dim value As System.Integer value = instance.IndexOf(item)