'宣言 Public Function IndexOf( _ ByVal item As ReportItem _ ) As System.Integer
'使用法 Dim instance As ReportItemCollection Dim item As ReportItem Dim value As System.Integer value = instance.IndexOf(item)
public System.int IndexOf( ReportItem item )
パラメータ
- item