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