'Declaration Public Function IndexOf( _ ByVal item As LegendArea _ ) As Integer
'Usage Dim instance As LegendAreaCollection Dim item As LegendArea Dim value As Integer value = instance.IndexOf(item)
public int IndexOf( LegendArea item )
Parameters
- item
- Legend area to locate in collection.
Return Value
Index of the legend area if legend area is found in the collection; otherwise, -1.