'使用法 Dim instance As ReportObjectCollection(Of TItem) Dim item As TItem 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 ReportObjectCollection(Of TItem) Dim item As TItem Dim value As System.Integer value = instance.IndexOf(item)